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: USHORTfFeatures: USHORTcbElements: ULONGcLocks: ULONGuArrayStructs: SAFEARRAYUNIONrgsaBound: [SAFEARRAYBOUND; 1]Trait Implementations
Returns the “default value” for a type. Read more