unity::il2cpp::classStruct Il2CppClass1
source #[repr(C)]
pub struct Il2CppClass1 {
pub image: &'static Il2CppImage,
pub gc_desc: *const u8,
pub byval_arg: Il2CppType,
pub element_class: &'static Il2CppClass,
pub parent: &'static Il2CppClass,
pub generic_class: Option<&'static Il2CppGenericClass>,
pub fields: *const FieldInfo,
pub events: *const u8,
pub properties: *const u8,
pub methods: *const &'static MethodInfo,
pub nested_types: *const &'static Il2CppClass,
}
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.