Struct libil2cpp::raw::Il2CppMetadataRegistration
source · [−]#[repr(C)]pub struct Il2CppMetadataRegistration {Show 16 fields
pub genericClassesCount: i32,
pub genericClasses: *const *mut Il2CppGenericClass,
pub genericInstsCount: i32,
pub genericInsts: *const *const Il2CppGenericInst,
pub genericMethodTableCount: i32,
pub genericMethodTable: *const Il2CppGenericMethodFunctionsDefinitions,
pub typesCount: i32,
pub types: *const *const Il2CppType,
pub methodSpecsCount: i32,
pub methodSpecs: *const Il2CppMethodSpec,
pub fieldOffsetsCount: FieldIndex,
pub fieldOffsets: *mut *const i32,
pub typeDefinitionsSizesCount: TypeDefinitionIndex,
pub typeDefinitionsSizes: *mut *const Il2CppTypeDefinitionSizes,
pub metadataUsagesCount: size_t,
pub metadataUsages: *const *mut *mut c_void,
}
Fields
genericClassesCount: i32
genericClasses: *const *mut Il2CppGenericClass
genericInstsCount: i32
genericInsts: *const *const Il2CppGenericInst
genericMethodTableCount: i32
genericMethodTable: *const Il2CppGenericMethodFunctionsDefinitions
typesCount: i32
types: *const *const Il2CppType
methodSpecsCount: i32
methodSpecs: *const Il2CppMethodSpec
fieldOffsetsCount: FieldIndex
fieldOffsets: *mut *const i32
typeDefinitionsSizesCount: TypeDefinitionIndex
typeDefinitionsSizes: *mut *const Il2CppTypeDefinitionSizes
metadataUsagesCount: size_t
metadataUsages: *const *mut *mut c_void
Trait Implementations
sourceimpl Clone for Il2CppMetadataRegistration
impl Clone for Il2CppMetadataRegistration
sourcefn clone(&self) -> Il2CppMetadataRegistration
fn clone(&self) -> Il2CppMetadataRegistration
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 Il2CppMetadataRegistration
impl Debug for Il2CppMetadataRegistration
impl Copy for Il2CppMetadataRegistration
Auto Trait Implementations
impl RefUnwindSafe for Il2CppMetadataRegistration
impl !Send for Il2CppMetadataRegistration
impl !Sync for Il2CppMetadataRegistration
impl Unpin for Il2CppMetadataRegistration
impl UnwindSafe for Il2CppMetadataRegistration
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