#[repr(C)]pub struct tagVARIANT {
pub __bindgen_anon_1: tagVARIANT__bindgen_ty_1,
}
Fields§
§__bindgen_anon_1: tagVARIANT__bindgen_ty_1
Trait Implementations§
Source§impl Clone for tagVARIANT
impl Clone for tagVARIANT
Source§fn clone(&self) -> tagVARIANT
fn clone(&self) -> tagVARIANT
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for tagVARIANT
Auto Trait Implementations§
impl Freeze for tagVARIANT
impl RefUnwindSafe for tagVARIANT
impl !Send for tagVARIANT
impl !Sync for tagVARIANT
impl Unpin for tagVARIANT
impl UnwindSafe for tagVARIANT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more