Struct _wireVARIANT
#[repr(C)]pub struct _wireVARIANT {
pub clSize: u32,
pub rpcReserved: u32,
pub vt: u16,
pub wReserved1: u16,
pub wReserved2: u16,
pub wReserved3: u16,
pub Anonymous: _wireVARIANT_0,
}
Fields§
§clSize: u32
§rpcReserved: u32
§vt: u16
§wReserved1: u16
§wReserved2: u16
§wReserved3: u16
§Anonymous: _wireVARIANT_0
Trait Implementations§
§impl Clone for _wireVARIANT
impl Clone for _wireVARIANT
§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