#[repr(C)]pub struct tagARRAYDESC {
pub tdescElem: TYPEDESC,
pub cDims: USHORT,
pub rgbounds: [SAFEARRAYBOUND; 1],
}
Fields§
§tdescElem: TYPEDESC
§cDims: USHORT
§rgbounds: [SAFEARRAYBOUND; 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 moreimpl Copy for tagARRAYDESC
Auto Trait Implementations§
impl Freeze for tagARRAYDESC
impl RefUnwindSafe for tagARRAYDESC
impl !Send for tagARRAYDESC
impl !Sync for tagARRAYDESC
impl Unpin for tagARRAYDESC
impl UnwindSafe for tagARRAYDESC
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more