#[repr(C)]pub struct Il2CppVariant__bindgen_ty_1___tagVARIANT {
pub type_: u16,
pub reserved1: u16,
pub reserved2: u16,
pub reserved3: u16,
pub n3: Il2CppVariant__bindgen_ty_1___tagVARIANT__bindgen_ty_1,
}
Fields
type_: u16
reserved1: u16
reserved2: u16
reserved3: u16
n3: Il2CppVariant__bindgen_ty_1___tagVARIANT__bindgen_ty_1
Trait Implementations
sourceimpl Clone for Il2CppVariant__bindgen_ty_1___tagVARIANT
impl Clone for Il2CppVariant__bindgen_ty_1___tagVARIANT
sourcefn clone(&self) -> Il2CppVariant__bindgen_ty_1___tagVARIANT
fn clone(&self) -> Il2CppVariant__bindgen_ty_1___tagVARIANT
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 Il2CppVariant__bindgen_ty_1___tagVARIANT
Auto Trait Implementations
impl RefUnwindSafe for Il2CppVariant__bindgen_ty_1___tagVARIANT
impl !Send for Il2CppVariant__bindgen_ty_1___tagVARIANT
impl !Sync for Il2CppVariant__bindgen_ty_1___tagVARIANT
impl Unpin for Il2CppVariant__bindgen_ty_1___tagVARIANT
impl UnwindSafe for Il2CppVariant__bindgen_ty_1___tagVARIANT
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