#[repr(C)]
pub struct Il2CppClass {
Show 56 fields pub image: *const Il2CppImage, pub gc_desc: *mut c_void, pub name: *const c_char, pub namespaze: *const c_char, pub byval_arg: Il2CppType, pub this_arg: Il2CppType, pub element_class: *mut Il2CppClass, pub castClass: *mut Il2CppClass, pub declaringType: *mut Il2CppClass, pub parent: *mut Il2CppClass, pub generic_class: *mut Il2CppGenericClass, pub typeDefinition: *const Il2CppTypeDefinition, pub interopData: *const Il2CppInteropData, pub klass: *mut Il2CppClass, pub fields: *mut FieldInfo, pub events: *const EventInfo, pub properties: *const PropertyInfo, pub methods: *mut *const MethodInfo, pub nestedTypes: *mut *mut Il2CppClass, pub implementedInterfaces: *mut *mut Il2CppClass, pub interfaceOffsets: *mut Il2CppRuntimeInterfaceOffsetPair, pub static_fields: *mut c_void, pub rgctx_data: *const Il2CppRGCTXData, pub typeHierarchy: *mut *mut Il2CppClass, pub unity_user_data: *mut c_void, pub initializationExceptionGCHandle: u32, pub cctor_started: u32, pub cctor_finished: u32, pub cctor_thread: size_t, pub genericContainerIndex: GenericContainerIndex, pub instance_size: u32, pub actualSize: u32, pub element_size: u32, pub native_size: i32, pub static_fields_size: u32, pub thread_static_fields_size: u32, pub thread_static_fields_offset: i32, pub flags: u32, pub token: u32, 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 typeHierarchyDepth: u8, pub genericRecursionDepth: u8, pub rank: u8, pub minimumAlignment: u8, pub naturalAligment: u8, pub packingSize: u8, pub _bitfield_align_1: [u8; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2]>, pub vtable: __IncompleteArrayField<VirtualInvokeData>,
}

Fields

image: *const Il2CppImagegc_desc: *mut c_voidname: *const c_charnamespaze: *const c_charbyval_arg: Il2CppTypethis_arg: Il2CppTypeelement_class: *mut Il2CppClasscastClass: *mut Il2CppClassdeclaringType: *mut Il2CppClassparent: *mut Il2CppClassgeneric_class: *mut Il2CppGenericClasstypeDefinition: *const Il2CppTypeDefinitioninteropData: *const Il2CppInteropDataklass: *mut Il2CppClassfields: *mut FieldInfoevents: *const EventInfoproperties: *const PropertyInfomethods: *mut *const MethodInfonestedTypes: *mut *mut Il2CppClassimplementedInterfaces: *mut *mut Il2CppClassinterfaceOffsets: *mut Il2CppRuntimeInterfaceOffsetPairstatic_fields: *mut c_voidrgctx_data: *const Il2CppRGCTXDatatypeHierarchy: *mut *mut Il2CppClassunity_user_data: *mut c_voidinitializationExceptionGCHandle: u32cctor_started: u32cctor_finished: u32cctor_thread: size_tgenericContainerIndex: GenericContainerIndexinstance_size: u32actualSize: u32element_size: u32native_size: i32static_fields_size: u32thread_static_fields_size: u32thread_static_fields_offset: i32flags: u32token: u32method_count: u16property_count: u16field_count: u16event_count: u16nested_type_count: u16vtable_count: u16interfaces_count: u16interface_offsets_count: u16typeHierarchyDepth: u8genericRecursionDepth: u8rank: u8minimumAlignment: u8naturalAligment: u8packingSize: u8_bitfield_align_1: [u8; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 2]>vtable: __IncompleteArrayField<VirtualInvokeData>

Implementations

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 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.