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