#[repr(C)]
pub struct Il2CppCodeRegistration {
Show 16 fields pub reversePInvokeWrapperCount: u32, pub reversePInvokeWrappers: *const Il2CppMethodPointer, pub genericMethodPointersCount: u32, pub genericMethodPointers: *const Il2CppMethodPointer, pub invokerPointersCount: u32, pub invokerPointers: *const InvokerMethod, pub customAttributeCount: CustomAttributeIndex, pub customAttributeGenerators: *const CustomAttributesCacheGenerator, pub unresolvedVirtualCallCount: u32, pub unresolvedVirtualCallPointers: *const Il2CppMethodPointer, pub interopDataCount: u32, pub interopData: *mut Il2CppInteropData, pub windowsRuntimeFactoryCount: u32, pub windowsRuntimeFactoryTable: *mut Il2CppWindowsRuntimeFactoryTableEntry, pub codeGenModulesCount: u32, pub codeGenModules: *mut *const Il2CppCodeGenModule,
}

Fields

reversePInvokeWrapperCount: u32reversePInvokeWrappers: *const Il2CppMethodPointergenericMethodPointersCount: u32genericMethodPointers: *const Il2CppMethodPointerinvokerPointersCount: u32invokerPointers: *const InvokerMethodcustomAttributeCount: CustomAttributeIndexcustomAttributeGenerators: *const CustomAttributesCacheGeneratorunresolvedVirtualCallCount: u32unresolvedVirtualCallPointers: *const Il2CppMethodPointerinteropDataCount: u32interopData: *mut Il2CppInteropDatawindowsRuntimeFactoryCount: u32windowsRuntimeFactoryTable: *mut Il2CppWindowsRuntimeFactoryTableEntrycodeGenModulesCount: u32codeGenModules: *mut *const Il2CppCodeGenModule

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.