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