#[repr(C)]
pub union _wireSAFEARRAY_UNION_0 {
    pub BstrStr: _wireSAFEARR_BSTR,
    pub UnknownStr: _wireSAFEARR_UNKNOWN,
    pub DispatchStr: _wireSAFEARR_DISPATCH,
    pub VariantStr: _wireSAFEARR_VARIANT,
    pub RecordStr: _wireSAFEARR_BRECORD,
    pub HaveIidStr: _wireSAFEARR_HAVEIID,
    pub ByteStr: BYTE_SIZEDARR,
    pub WordStr: SHORT_SIZEDARR,
    pub LongStr: LONG_SIZEDARR,
    pub HyperStr: HYPER_SIZEDARR,
}
Expand description

Required features: "Win32_System_Ole", "Win32_Foundation", "Win32_System_Com"

Fields

BstrStr: _wireSAFEARR_BSTRUnknownStr: _wireSAFEARR_UNKNOWNDispatchStr: _wireSAFEARR_DISPATCHVariantStr: _wireSAFEARR_VARIANTRecordStr: _wireSAFEARR_BRECORDHaveIidStr: _wireSAFEARR_HAVEIIDByteStr: BYTE_SIZEDARRWordStr: SHORT_SIZEDARRLongStr: LONG_SIZEDARRHyperStr: HYPER_SIZEDARR

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.