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