Struct libil2cpp::raw::Il2CppTokenIndexMethodTuple
source · [−]#[repr(C)]pub struct Il2CppTokenIndexMethodTuple {
pub token: u32,
pub index: i32,
pub method: *mut *mut c_void,
pub genericMethodIndex: u32,
}
Fields
token: u32
index: i32
method: *mut *mut c_void
genericMethodIndex: u32
Trait Implementations
sourceimpl Clone for Il2CppTokenIndexMethodTuple
impl Clone for Il2CppTokenIndexMethodTuple
sourcefn clone(&self) -> Il2CppTokenIndexMethodTuple
fn clone(&self) -> Il2CppTokenIndexMethodTuple
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 Il2CppTokenIndexMethodTuple
impl Debug for Il2CppTokenIndexMethodTuple
impl Copy for Il2CppTokenIndexMethodTuple
Auto Trait Implementations
impl RefUnwindSafe for Il2CppTokenIndexMethodTuple
impl !Send for Il2CppTokenIndexMethodTuple
impl !Sync for Il2CppTokenIndexMethodTuple
impl Unpin for Il2CppTokenIndexMethodTuple
impl UnwindSafe for Il2CppTokenIndexMethodTuple
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