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