Struct DWORD_SIZEDARR
#[repr(C)]pub struct DWORD_SIZEDARR {
pub clSize: u32,
pub pData: *mut u32,
}
Fields§
§clSize: u32
§pData: *mut u32
Trait Implementations§
§impl Clone for DWORD_SIZEDARR
impl Clone for DWORD_SIZEDARR
§fn clone(&self) -> DWORD_SIZEDARR
fn clone(&self) -> DWORD_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 moreimpl Copy for DWORD_SIZEDARR
Auto Trait Implementations§
impl Freeze for DWORD_SIZEDARR
impl RefUnwindSafe for DWORD_SIZEDARR
impl !Send for DWORD_SIZEDARR
impl !Sync for DWORD_SIZEDARR
impl Unpin for DWORD_SIZEDARR
impl UnwindSafe for DWORD_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