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