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