Struct Ep0Count
#[repr(transparent)]pub struct Ep0Count(pub u8);
Expand description
USB Endpoint 0 Data Count Register.
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
impl Copy for Ep0Count
impl Eq for Ep0Count
impl StructuralPartialEq for Ep0Count
Auto Trait Implementations§
impl Freeze for Ep0Count
impl RefUnwindSafe for Ep0Count
impl Send for Ep0Count
impl Sync for Ep0Count
impl Unpin for Ep0Count
impl UnwindSafe for Ep0Count
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