#[repr(C)]pub struct tagSAFEARRAY {
pub cDims: USHORT,
pub fFeatures: USHORT,
pub cbElements: ULONG,
pub cLocks: ULONG,
pub pvData: PVOID,
pub rgsabound: [SAFEARRAYBOUND; 1],
}Fields§
§cDims: USHORT§fFeatures: USHORT§cbElements: ULONG§cLocks: ULONG§pvData: PVOID§rgsabound: [SAFEARRAYBOUND; 1]Trait Implementations§
Source§impl Clone for tagSAFEARRAY
impl Clone for tagSAFEARRAY
Source§fn clone(&self) -> tagSAFEARRAY
fn clone(&self) -> tagSAFEARRAY
Returns a duplicate 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 moreSource§impl Debug for tagSAFEARRAY
impl Debug for tagSAFEARRAY
impl Copy for tagSAFEARRAY
Auto Trait Implementations§
impl Freeze for tagSAFEARRAY
impl RefUnwindSafe for tagSAFEARRAY
impl !Send for tagSAFEARRAY
impl !Sync for tagSAFEARRAY
impl Unpin for tagSAFEARRAY
impl UnwindSafe for tagSAFEARRAY
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