Union webview2_com_sys::Windows::Win32::System::Com::VARIANT_0 [−][src]
#[repr(C)]
pub union VARIANT_0 {
pub Anonymous: ManuallyDrop<VARIANT_0_0>,
pub decVal: DECIMAL,
}
Fields
Anonymous: ManuallyDrop<VARIANT_0_0>
decVal: DECIMAL
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VARIANT_0
impl UnwindSafe for VARIANT_0
Blanket Implementations
Mutably borrows from an owned value. Read more