pub type ARRAYDESC = tagARRAYDESC;
Aliased Type§
struct ARRAYDESC {
pub tdescElem: tagTYPEDESC,
pub cDims: u16,
pub rgbounds: [tagSAFEARRAYBOUND; 1],
}
Fields§
§tdescElem: tagTYPEDESC
§cDims: u16
§rgbounds: [tagSAFEARRAYBOUND; 1]
pub type ARRAYDESC = tagARRAYDESC;
struct ARRAYDESC {
pub tdescElem: tagTYPEDESC,
pub cDims: u16,
pub rgbounds: [tagSAFEARRAYBOUND; 1],
}
tdescElem: tagTYPEDESC
§cDims: u16
§rgbounds: [tagSAFEARRAYBOUND; 1]