Struct libil2cpp::raw::Il2CppReflectionMonoEventInfo
source · [−]#[repr(C)]pub struct Il2CppReflectionMonoEventInfo {
pub declaringType: *mut Il2CppReflectionType,
pub reflectedType: *mut Il2CppReflectionType,
pub name: *mut Il2CppString,
pub addMethod: *mut Il2CppReflectionMethod,
pub removeMethod: *mut Il2CppReflectionMethod,
pub raiseMethod: *mut Il2CppReflectionMethod,
pub eventAttributes: u32,
pub otherMethods: *mut Il2CppArray,
}
Fields
declaringType: *mut Il2CppReflectionType
reflectedType: *mut Il2CppReflectionType
name: *mut Il2CppString
addMethod: *mut Il2CppReflectionMethod
removeMethod: *mut Il2CppReflectionMethod
raiseMethod: *mut Il2CppReflectionMethod
eventAttributes: u32
otherMethods: *mut Il2CppArray
Trait Implementations
sourceimpl Clone for Il2CppReflectionMonoEventInfo
impl Clone for Il2CppReflectionMonoEventInfo
sourcefn clone(&self) -> Il2CppReflectionMonoEventInfo
fn clone(&self) -> Il2CppReflectionMonoEventInfo
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 Il2CppReflectionMonoEventInfo
impl Debug for Il2CppReflectionMonoEventInfo
impl Copy for Il2CppReflectionMonoEventInfo
Auto Trait Implementations
impl RefUnwindSafe for Il2CppReflectionMonoEventInfo
impl !Send for Il2CppReflectionMonoEventInfo
impl !Sync for Il2CppReflectionMonoEventInfo
impl Unpin for Il2CppReflectionMonoEventInfo
impl UnwindSafe for Il2CppReflectionMonoEventInfo
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