Struct winapi::oaidl::_wireSAFEARRAY [] [src]

pub struct _wireSAFEARRAY {
    pub cDims: USHORT,
    pub fFeatures: USHORT,
    pub cbElements: ULONG,
    pub cLocks: ULONG,
    pub uArrayStructs: SAFEARRAYUNION,
    pub rgsaBound: [SAFEARRAYBOUND; 1],
}

Fields

cDims: USHORT fFeatures: USHORT cbElements: ULONG cLocks: ULONG uArrayStructs: SAFEARRAYUNION rgsaBound: [SAFEARRAYBOUND; 1]

Trait Implementations

impl Debug for _wireSAFEARRAY
[src]

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

Formats the value using the given formatter.

impl Copy for _wireSAFEARRAY
[src]

impl Clone for _wireSAFEARRAY
[src]

fn clone(&self) -> _wireSAFEARRAY

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