#[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 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 moreSource§impl Debug for tagSAFEARRAY
impl Debug for tagSAFEARRAY
Source§impl Ord for tagSAFEARRAY
impl Ord for tagSAFEARRAY
Source§fn cmp(&self, other: &tagSAFEARRAY) -> Ordering
fn cmp(&self, other: &tagSAFEARRAY) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagSAFEARRAY
impl PartialEq for tagSAFEARRAY
Source§impl PartialOrd for tagSAFEARRAY
impl PartialOrd for tagSAFEARRAY
impl Copy for tagSAFEARRAY
impl Eq for tagSAFEARRAY
impl StructuralPartialEq 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