#[repr(transparent)]pub struct DstMemSize(pub u32);Expand description
The number of bytes to be written to memory.
Tuple Fields§
§0: u32Implementations§
Source§impl DstMemSize
impl DstMemSize
Trait Implementations§
Source§impl Clone for DstMemSize
impl Clone for DstMemSize
Source§fn clone(&self) -> DstMemSize
fn clone(&self) -> DstMemSize
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DstMemSize
impl Debug for DstMemSize
Source§impl Default for DstMemSize
impl Default for DstMemSize
Source§fn default() -> DstMemSize
fn default() -> DstMemSize
Returns the “default value” for a type. Read more
Source§impl PartialEq for DstMemSize
impl PartialEq for DstMemSize
impl Copy for DstMemSize
impl Eq for DstMemSize
impl StructuralPartialEq for DstMemSize
Auto Trait Implementations§
impl Freeze for DstMemSize
impl RefUnwindSafe for DstMemSize
impl Send for DstMemSize
impl Sync for DstMemSize
impl Unpin for DstMemSize
impl UnwindSafe for DstMemSize
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