Struct libil2cpp::raw::Il2CppReflectionEvent
source · [−]#[repr(C)]pub struct Il2CppReflectionEvent {
pub object: Il2CppObject,
pub cached_add_event: *mut Il2CppObject,
}
Fields
object: Il2CppObject
cached_add_event: *mut Il2CppObject
Trait Implementations
sourceimpl Clone for Il2CppReflectionEvent
impl Clone for Il2CppReflectionEvent
sourcefn clone(&self) -> Il2CppReflectionEvent
fn clone(&self) -> Il2CppReflectionEvent
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
impl Copy for Il2CppReflectionEvent
Auto Trait Implementations
impl RefUnwindSafe for Il2CppReflectionEvent
impl !Send for Il2CppReflectionEvent
impl !Sync for Il2CppReflectionEvent
impl Unpin for Il2CppReflectionEvent
impl UnwindSafe for Il2CppReflectionEvent
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