Union wasapi::Windows::Win32::Foundation::DECIMAL_1 [−][src]
#[repr(C)]
pub union DECIMAL_1 {
pub Anonymous: DECIMAL_1_0,
pub Lo64: u64,
}
Fields
Anonymous: DECIMAL_1_0
Lo64: u64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DECIMAL_1
impl UnwindSafe for DECIMAL_1
Blanket Implementations
Mutably borrows from an owned value. Read more