Struct libil2cpp::raw::Il2CppImage
source · [−]#[repr(C)]pub struct Il2CppImage {Show 14 fields
pub name: *const c_char,
pub nameNoExt: *const c_char,
pub assembly: *mut Il2CppAssembly,
pub typeStart: TypeDefinitionIndex,
pub typeCount: u32,
pub exportedTypeStart: TypeDefinitionIndex,
pub exportedTypeCount: u32,
pub customAttributeStart: CustomAttributeIndex,
pub customAttributeCount: u32,
pub entryPointIndex: MethodIndex,
pub nameToClassHashTable: *mut Il2CppNameToTypeDefinitionIndexHashTable,
pub codeGenModule: *const Il2CppCodeGenModule,
pub token: u32,
pub dynamic: u8,
}
Fields
name: *const c_char
nameNoExt: *const c_char
assembly: *mut Il2CppAssembly
typeStart: TypeDefinitionIndex
typeCount: u32
exportedTypeStart: TypeDefinitionIndex
exportedTypeCount: u32
customAttributeStart: CustomAttributeIndex
customAttributeCount: u32
entryPointIndex: MethodIndex
nameToClassHashTable: *mut Il2CppNameToTypeDefinitionIndexHashTable
codeGenModule: *const Il2CppCodeGenModule
token: u32
dynamic: u8
Trait Implementations
sourceimpl Clone for Il2CppImage
impl Clone for Il2CppImage
sourcefn clone(&self) -> Il2CppImage
fn clone(&self) -> Il2CppImage
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 Il2CppImage
impl Debug for Il2CppImage
impl Copy for Il2CppImage
Auto Trait Implementations
impl RefUnwindSafe for Il2CppImage
impl !Send for Il2CppImage
impl !Sync for Il2CppImage
impl Unpin for Il2CppImage
impl UnwindSafe for Il2CppImage
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