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