Struct winapi::um::oaidl::_wireSAFEARRAY [−][src]
#[repr(C)]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
Returns the “default value” for a type. Read more