#[repr(C)]pub struct EventInfo {
pub name: *const c_char,
pub eventType: *const Il2CppType,
pub parent: *mut Il2CppClass,
pub add: *const MethodInfo,
pub remove: *const MethodInfo,
pub raise: *const MethodInfo,
pub token: u32,
}
Fields
name: *const c_char
eventType: *const Il2CppType
parent: *mut Il2CppClass
add: *const MethodInfo
remove: *const MethodInfo
raise: *const MethodInfo
token: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EventInfo
impl !Send for EventInfo
impl !Sync for EventInfo
impl Unpin for EventInfo
impl UnwindSafe for EventInfo
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