Struct libil2cpp::raw::Il2CppReflectionField
source · [−]#[repr(C)]pub struct Il2CppReflectionField {
pub object: Il2CppObject,
pub klass: *mut Il2CppClass,
pub field: *mut FieldInfo,
pub name: *mut Il2CppString,
pub type_: *mut Il2CppReflectionType,
pub attrs: u32,
}
Fields
object: Il2CppObject
klass: *mut Il2CppClass
field: *mut FieldInfo
name: *mut Il2CppString
type_: *mut Il2CppReflectionType
attrs: u32
Trait Implementations
sourceimpl Clone for Il2CppReflectionField
impl Clone for Il2CppReflectionField
sourcefn clone(&self) -> Il2CppReflectionField
fn clone(&self) -> Il2CppReflectionField
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for Il2CppReflectionField
Auto Trait Implementations
impl RefUnwindSafe for Il2CppReflectionField
impl !Send for Il2CppReflectionField
impl !Sync for Il2CppReflectionField
impl Unpin for Il2CppReflectionField
impl UnwindSafe for Il2CppReflectionField
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