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]
Trait Implementations
Source§impl Clone for tagARRAYDESC
impl Clone for tagARRAYDESC
Source§fn clone(&self) -> tagARRAYDESC
fn clone(&self) -> tagARRAYDESC
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more