#[repr(C)]pub struct _wireVARIANT {
pub clSize: DWORD,
pub rpcReserved: DWORD,
pub vt: USHORT,
pub wReserved1: USHORT,
pub wReserved2: USHORT,
pub wReserved3: USHORT,
pub __bindgen_anon_1: _wireVARIANT__bindgen_ty_1,
}
Fields§
§clSize: DWORD
§rpcReserved: DWORD
§vt: USHORT
§wReserved1: USHORT
§wReserved2: USHORT
§wReserved3: USHORT
§__bindgen_anon_1: _wireVARIANT__bindgen_ty_1
Trait Implementations§
Source§impl Clone for _wireVARIANT
impl Clone for _wireVARIANT
Source§fn clone(&self) -> _wireVARIANT
fn clone(&self) -> _wireVARIANT
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 _wireVARIANT
Auto Trait Implementations§
impl Freeze for _wireVARIANT
impl RefUnwindSafe for _wireVARIANT
impl !Send for _wireVARIANT
impl !Sync for _wireVARIANT
impl Unpin for _wireVARIANT
impl UnwindSafe for _wireVARIANT
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