#[repr(C)]
pub union VARIANT_0 {
pub Anonymous: VARIANT_0_0,
pub decVal: DECIMAL,
}
Expand description
Required features: "Win32_System_Com"
, "Win32_Foundation"
, "Win32_System_Ole"
Fields
Anonymous: VARIANT_0_0
decVal: DECIMAL
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VARIANT_0
impl !Send for VARIANT_0
impl !Sync for VARIANT_0
impl Unpin for VARIANT_0
impl UnwindSafe for VARIANT_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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