Struct libil2cpp::raw::Il2CppEventDefinition
source · [−]#[repr(C)]pub struct Il2CppEventDefinition {
pub nameIndex: StringIndex,
pub typeIndex: TypeIndex,
pub add: MethodIndex,
pub remove: MethodIndex,
pub raise: MethodIndex,
pub token: u32,
}
Fields
nameIndex: StringIndex
typeIndex: TypeIndex
add: MethodIndex
remove: MethodIndex
raise: MethodIndex
token: u32
Trait Implementations
sourceimpl Clone for Il2CppEventDefinition
impl Clone for Il2CppEventDefinition
sourcefn clone(&self) -> Il2CppEventDefinition
fn clone(&self) -> Il2CppEventDefinition
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for Il2CppEventDefinition
impl Debug for Il2CppEventDefinition
impl Copy for Il2CppEventDefinition
Auto Trait Implementations
impl RefUnwindSafe for Il2CppEventDefinition
impl Send for Il2CppEventDefinition
impl Sync for Il2CppEventDefinition
impl Unpin for Il2CppEventDefinition
impl UnwindSafe for Il2CppEventDefinition
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more