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