Struct winapi::oaidl::SAFEARRAY [] [src]

pub struct SAFEARRAY {
    pub cDims: USHORT,
    pub fFeatures: USHORT,
    pub cbElements: ULONG,
    pub cLocks: ULONG,
    pub pvData: PVOID,
    pub rgsabound: [SAFEARRAYBOUND; 1],
}

Fields

cDims: USHORT fFeatures: USHORT cbElements: ULONG cLocks: ULONG pvData: PVOID rgsabound: [SAFEARRAYBOUND; 1]

Trait Implementations

impl Debug for SAFEARRAY
[src]

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

Formats the value using the given formatter.

impl Copy for SAFEARRAY
[src]

impl Clone for SAFEARRAY
[src]

fn clone(&self) -> SAFEARRAY

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