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 | |
fFeatures | |
cbElements | |
cLocks | |
uArrayStructs | |
rgsaBound |
Trait Implementations
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