Struct webview2_com::Windows::Win32::System::OleAutomation::VARIANT [−][src]
#[repr(C)]pub struct VARIANT {
pub Anonymous: VARIANT_0,
}Fields
Anonymous: VARIANT_0Trait Implementations
type DefaultType = VARIANT
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 VARIANT
impl UnwindSafe for VARIANT
Blanket Implementations
Mutably borrows from an owned value. Read more