#[repr(C)]pub struct FieldInfo {
pub name: *const c_char,
pub type_: *const Il2CppType,
pub parent: *mut Il2CppClass,
pub offset: i32,
pub token: u32,
}
Fields
name: *const c_char
type_: *const Il2CppType
parent: *mut Il2CppClass
offset: i32
token: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FieldInfo
impl !Send for FieldInfo
impl !Sync for FieldInfo
impl Unpin for FieldInfo
impl UnwindSafe for FieldInfo
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