Struct 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 moreimpl Copy 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