Struct windows::Win32::System::Ole::_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
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)