#[repr(C)]pub struct SAFEARRAY {
pub cDims: u16,
pub fFeatures: ADVANCED_FEATURE_FLAGS,
pub cbElements: u32,
pub cLocks: u32,
pub pvData: *mut c_void,
pub rgsabound: [SAFEARRAYBOUND; 1],
}
Fields§
§cDims: u16
§fFeatures: ADVANCED_FEATURE_FLAGS
§cbElements: u32
§cLocks: u32
§pvData: *mut c_void
§rgsabound: [SAFEARRAYBOUND; 1]
Trait Implementations§
impl Copy for SAFEARRAY
impl Eq for SAFEARRAY
impl StructuralPartialEq for SAFEARRAY
Auto Trait Implementations§
impl Freeze for SAFEARRAY
impl RefUnwindSafe for SAFEARRAY
impl !Send for SAFEARRAY
impl !Sync for SAFEARRAY
impl Unpin for SAFEARRAY
impl UnwindSafe for SAFEARRAY
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)