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 | |
fFeatures | |
cbElements | |
cLocks | |
pvData | |
rgsabound |
Trait Implementations
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