Struct winapi::oaidl::SAFEARR_HAVEIID [] [src]

pub struct SAFEARR_HAVEIID {
    pub Size: ULONG,
    pub apUnknown: *mut *mut IUnknown,
    pub iid: IID,
}

Fields

Size: ULONG apUnknown: *mut *mut IUnknown iid: IID

Trait Implementations

impl Debug for SAFEARR_HAVEIID
[src]

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

Formats the value using the given formatter.

impl Copy for SAFEARR_HAVEIID
[src]

impl Clone for SAFEARR_HAVEIID
[src]

fn clone(&self) -> SAFEARR_HAVEIID

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