#[repr(C)]pub struct VARIANT {
pub Anonymous: VARIANT_0,
}
Expand description
Required features: "Win32_System_Com"
, "Win32_Foundation"
, "Win32_System_Ole"
Fields§
§Anonymous: VARIANT_0
Trait Implementations§
source§impl VariantExt for VARIANT
impl VariantExt for VARIANT
fn null() -> VARIANT
fn from_i32(n: i32) -> VARIANT
fn from_i64(n: i64) -> VARIANT
fn from_str<S: AsRef<str>>(s: S) -> VARIANT
fn from_bool(b: bool) -> VARIANT
fn to_i32(&self) -> Result<i32>
fn to_i64(&self) -> Result<i64>
fn to_string(&self) -> Result<String>
fn to_bool(&self) -> Result<bool>
fn to_idispatch(&self) -> Result<&IDispatch>
Auto Trait Implementations§
impl RefUnwindSafe for VARIANT
impl !Send for VARIANT
impl !Sync for VARIANT
impl Unpin for VARIANT
impl UnwindSafe for VARIANT
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more