#[repr(C)]pub struct _wireVARIANT {
pub clSize: DWORD,
pub rpcReserved: DWORD,
pub vt: USHORT,
pub wReserved1: USHORT,
pub wReserved2: USHORT,
pub wReserved3: USHORT,
pub u: _wireVARIANT_u,
}
Fields§
§clSize: DWORD
§rpcReserved: DWORD
§vt: USHORT
§wReserved1: USHORT
§wReserved2: USHORT
§wReserved3: USHORT
§u: _wireVARIANT_u
Trait Implementations§
Source§impl Clone for _wireVARIANT
impl Clone for _wireVARIANT
Source§fn clone(&self) -> _wireVARIANT
fn clone(&self) -> _wireVARIANT
Returns a duplicate 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 moreSource§impl Default for _wireVARIANT
impl Default for _wireVARIANT
Source§fn default() -> _wireVARIANT
fn default() -> _wireVARIANT
Returns the “default value” for a type. Read more
impl 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