#[repr(C)]pub struct _BYTE_SIZEDARR {
pub clSize: ULONG,
pub pData: *mut byte,
}
Fields§
§clSize: ULONG
§pData: *mut byte
Trait Implementations§
Source§impl Clone for _BYTE_SIZEDARR
impl Clone for _BYTE_SIZEDARR
Source§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 moreSource§impl Debug for _BYTE_SIZEDARR
impl Debug for _BYTE_SIZEDARR
Source§impl Ord for _BYTE_SIZEDARR
impl Ord for _BYTE_SIZEDARR
Source§fn cmp(&self, other: &_BYTE_SIZEDARR) -> Ordering
fn cmp(&self, other: &_BYTE_SIZEDARR) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _BYTE_SIZEDARR
impl PartialEq for _BYTE_SIZEDARR
Source§impl PartialOrd for _BYTE_SIZEDARR
impl PartialOrd for _BYTE_SIZEDARR
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