Struct variant_rs::VARIANT
source · 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 PartialEq<VARIANT> for VARIANT
impl PartialEq<VARIANT> for VARIANT
source§impl TryInto<VARIANT> for Variant
impl TryInto<VARIANT> for Variant
§type Error = VariantConversionError
type Error = VariantConversionError
The type returned in the event of a conversion error.
source§impl TryInto<Variant> for VARIANT
impl TryInto<Variant> for VARIANT
§type Error = VariantConversionError
type Error = VariantConversionError
The type returned in the event of a conversion error.