Struct windows::Win32::System::Com::HYPER_SIZEDARR
#[repr(C)]pub struct HYPER_SIZEDARR {
pub clSize: u32,
pub pData: *mut i64,
}
Fields§
§clSize: u32
§pData: *mut i64
Trait Implementations§
§impl Clone for HYPER_SIZEDARR
impl Clone for HYPER_SIZEDARR
§fn clone(&self) -> HYPER_SIZEDARR
fn clone(&self) -> HYPER_SIZEDARR
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§impl Debug for HYPER_SIZEDARR
impl Debug for HYPER_SIZEDARR
§impl Default for HYPER_SIZEDARR
impl Default for HYPER_SIZEDARR
§impl PartialEq for HYPER_SIZEDARR
impl PartialEq for HYPER_SIZEDARR
§fn eq(&self, other: &HYPER_SIZEDARR) -> bool
fn eq(&self, other: &HYPER_SIZEDARR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for HYPER_SIZEDARR
impl Eq for HYPER_SIZEDARR
impl StructuralPartialEq for HYPER_SIZEDARR
Auto Trait Implementations§
impl Freeze for HYPER_SIZEDARR
impl RefUnwindSafe for HYPER_SIZEDARR
impl !Send for HYPER_SIZEDARR
impl !Sync for HYPER_SIZEDARR
impl Unpin for HYPER_SIZEDARR
impl UnwindSafe for HYPER_SIZEDARR
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
)