#[repr(transparent)]pub struct Endptflush(pub u32);Expand description
Endpoint Flush
Tuple Fields§
§0: u32Implementations§
Source§impl Endptflush
impl Endptflush
Trait Implementations§
Source§impl Clone for Endptflush
impl Clone for Endptflush
Source§fn clone(&self) -> Endptflush
fn clone(&self) -> Endptflush
Returns a duplicate 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 Endptflush
impl Debug for Endptflush
Source§impl Default for Endptflush
impl Default for Endptflush
Source§fn default() -> Endptflush
fn default() -> Endptflush
Returns the “default value” for a type. Read more
Source§impl PartialEq for Endptflush
impl PartialEq for Endptflush
impl Copy for Endptflush
impl Eq for Endptflush
impl StructuralPartialEq for Endptflush
Auto Trait Implementations§
impl Freeze for Endptflush
impl RefUnwindSafe for Endptflush
impl Send for Endptflush
impl Sync for Endptflush
impl Unpin for Endptflush
impl UnwindSafe for Endptflush
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