Struct winapi::oaidl::SAFEARR_DISPATCH [] [src]

pub struct SAFEARR_DISPATCH {
    pub Size: ULONG,
    pub apDispatch: *mut *mut IDispatch,
}

Fields

Size
apDispatch

Trait Implementations

impl Copy for SAFEARR_DISPATCH
[src]

impl Clone for SAFEARR_DISPATCH
[src]

fn clone(&self) -> SAFEARR_DISPATCH

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

Derived Implementations

impl Debug for SAFEARR_DISPATCH
[src]

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

Formats the value using the given formatter.