Union webview2_com_sys::Windows::Win32::System::SystemServices::DECIMAL_1 [−][src]
#[repr(C)]
pub union DECIMAL_1 {
pub Anonymous: DECIMAL_1_0,
pub Lo64: u64,
}Fields
Anonymous: DECIMAL_1_0Lo64: u64Trait Implementations
type DefaultType = Self
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Auto Trait Implementations
impl RefUnwindSafe for DECIMAL_1
impl UnwindSafe for DECIMAL_1
Blanket Implementations
Mutably borrows from an owned value. Read more