Struct winapi::oaidl::SAFEARRAYUNION [] [src]

pub struct SAFEARRAYUNION {
    pub sfType: ULONG,
    pub u: __MIDL_IOleAutomationTypes_0001,
}

Fields

sfType: ULONG u: __MIDL_IOleAutomationTypes_0001

Trait Implementations

impl Debug for SAFEARRAYUNION
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for SAFEARRAYUNION
[src]

impl Clone for SAFEARRAYUNION
[src]

fn clone(&self) -> SAFEARRAYUNION

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more