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