Struct libil2cpp::raw::Il2CppCodeGenModule
source · [−]#[repr(C)]pub struct Il2CppCodeGenModule {
pub moduleName: *const c_char,
pub methodPointerCount: u32,
pub methodPointers: *const Il2CppMethodPointer,
pub invokerIndices: *const i32,
pub reversePInvokeWrapperCount: u32,
pub reversePInvokeWrapperIndices: *const Il2CppTokenIndexMethodTuple,
pub rgctxRangesCount: u32,
pub rgctxRanges: *const Il2CppTokenRangePair,
pub rgctxsCount: u32,
pub rgctxs: *const Il2CppRGCTXDefinition,
pub debuggerMetadata: *const Il2CppDebuggerMetadataRegistration,
}
Fields
moduleName: *const c_char
methodPointerCount: u32
methodPointers: *const Il2CppMethodPointer
invokerIndices: *const i32
reversePInvokeWrapperCount: u32
reversePInvokeWrapperIndices: *const Il2CppTokenIndexMethodTuple
rgctxRangesCount: u32
rgctxRanges: *const Il2CppTokenRangePair
rgctxsCount: u32
rgctxs: *const Il2CppRGCTXDefinition
debuggerMetadata: *const Il2CppDebuggerMetadataRegistration
Trait Implementations
sourceimpl Clone for Il2CppCodeGenModule
impl Clone for Il2CppCodeGenModule
sourcefn clone(&self) -> Il2CppCodeGenModule
fn clone(&self) -> Il2CppCodeGenModule
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 Il2CppCodeGenModule
impl Debug for Il2CppCodeGenModule
impl Copy for Il2CppCodeGenModule
Auto Trait Implementations
impl RefUnwindSafe for Il2CppCodeGenModule
impl !Send for Il2CppCodeGenModule
impl !Sync for Il2CppCodeGenModule
impl Unpin for Il2CppCodeGenModule
impl UnwindSafe for Il2CppCodeGenModule
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