#[repr(transparent)]pub struct Writebufempty(pub u32);
Expand description
Internal write-buffer is empty
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Source§impl Clone for Writebufempty
impl Clone for Writebufempty
Source§fn clone(&self) -> Writebufempty
fn clone(&self) -> Writebufempty
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 Default for Writebufempty
impl Default for Writebufempty
Source§fn default() -> Writebufempty
fn default() -> Writebufempty
Returns the “default value” for a type. Read more
Source§impl PartialEq for Writebufempty
impl PartialEq for Writebufempty
impl Copy for Writebufempty
impl Eq for Writebufempty
impl StructuralPartialEq for Writebufempty
Auto Trait Implementations§
impl Freeze for Writebufempty
impl RefUnwindSafe for Writebufempty
impl Send for Writebufempty
impl Sync for Writebufempty
impl Unpin for Writebufempty
impl UnwindSafe for Writebufempty
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)