#[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: StringIndexnamespaceIndex: StringIndexbyvalTypeIndex: TypeIndexbyrefTypeIndex: TypeIndexdeclaringTypeIndex: TypeIndexparentIndex: TypeIndexelementTypeIndex: TypeIndexgenericContainerIndex: GenericContainerIndexflags: u32fieldStart: FieldIndexmethodStart: MethodIndexeventStart: EventIndexpropertyStart: PropertyIndexnestedTypesStart: NestedTypeIndexinterfacesStart: InterfacesIndexvtableStart: VTableIndexinterfaceOffsetsStart: InterfacesIndexmethod_count: u16property_count: u16field_count: u16event_count: u16nested_type_count: u16vtable_count: u16interfaces_count: u16interface_offsets_count: u16bitfield: u32token: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.