Struct windows_sys::Win32::System::Com::VARIANT_0_0
[−]#[repr(C)]pub struct VARIANT_0_0 {
pub vt: u16,
pub wReserved1: u16,
pub wReserved2: u16,
pub wReserved3: u16,
pub Anonymous: VARIANT_0_0_0,
}Expand description
Required features: "Win32_System_Com", "Win32_Foundation", "Win32_System_Ole"
Fields
vt: u16wReserved1: u16wReserved2: u16wReserved3: u16Anonymous: VARIANT_0_0_0Trait Implementations
impl Clone for VARIANT_0_0
impl Clone for VARIANT_0_0
impl Copy for VARIANT_0_0
Auto Trait Implementations
impl RefUnwindSafe for VARIANT_0_0
impl !Send for VARIANT_0_0
impl !Sync for VARIANT_0_0
impl Unpin for VARIANT_0_0
impl UnwindSafe for VARIANT_0_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more