Struct libil2cpp::raw::Il2CppTypeDefinition
source · [−]#[repr(C)]pub struct Il2CppTypeDefinition {Show 27 fields
pub nameIndex: StringIndex,
pub namespaceIndex: StringIndex,
pub byvalTypeIndex: TypeIndex,
pub byrefTypeIndex: TypeIndex,
pub declaringTypeIndex: TypeIndex,
pub parentIndex: TypeIndex,
pub elementTypeIndex: TypeIndex,
pub genericContainerIndex: GenericContainerIndex,
pub flags: u32,
pub fieldStart: FieldIndex,
pub methodStart: MethodIndex,
pub eventStart: EventIndex,
pub propertyStart: PropertyIndex,
pub nestedTypesStart: NestedTypeIndex,
pub interfacesStart: InterfacesIndex,
pub vtableStart: VTableIndex,
pub interfaceOffsetsStart: InterfacesIndex,
pub method_count: u16,
pub property_count: u16,
pub field_count: u16,
pub event_count: u16,
pub nested_type_count: u16,
pub vtable_count: u16,
pub interfaces_count: u16,
pub interface_offsets_count: u16,
pub bitfield: u32,
pub token: u32,
}
Fields
nameIndex: StringIndex
namespaceIndex: StringIndex
byvalTypeIndex: TypeIndex
byrefTypeIndex: TypeIndex
declaringTypeIndex: TypeIndex
parentIndex: TypeIndex
elementTypeIndex: TypeIndex
genericContainerIndex: GenericContainerIndex
flags: u32
fieldStart: FieldIndex
methodStart: MethodIndex
eventStart: EventIndex
propertyStart: PropertyIndex
nestedTypesStart: NestedTypeIndex
interfacesStart: InterfacesIndex
vtableStart: VTableIndex
interfaceOffsetsStart: InterfacesIndex
method_count: u16
property_count: u16
field_count: u16
event_count: u16
nested_type_count: u16
vtable_count: u16
interfaces_count: u16
interface_offsets_count: u16
bitfield: u32
token: u32
Trait Implementations
sourceimpl Clone for Il2CppTypeDefinition
impl Clone for Il2CppTypeDefinition
sourcefn clone(&self) -> Il2CppTypeDefinition
fn clone(&self) -> Il2CppTypeDefinition
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 Il2CppTypeDefinition
impl Debug for Il2CppTypeDefinition
impl Copy for Il2CppTypeDefinition
Auto Trait Implementations
impl RefUnwindSafe for Il2CppTypeDefinition
impl Send for Il2CppTypeDefinition
impl Sync for Il2CppTypeDefinition
impl Unpin for Il2CppTypeDefinition
impl UnwindSafe for Il2CppTypeDefinition
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