#[repr(transparent)]pub struct Endptnak(pub u32);Expand description
Endpoint NAK
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Endptnak
impl Eq for Endptnak
impl StructuralPartialEq for Endptnak
Auto Trait Implementations§
impl Freeze for Endptnak
impl RefUnwindSafe for Endptnak
impl Send for Endptnak
impl Sync for Endptnak
impl Unpin for Endptnak
impl UnwindSafe for Endptnak
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