#[repr(transparent)]pub struct Ints1(pub u32);
Expand description
Interrupt Status (masked) for IRQ 1
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Ints1
impl Eq for Ints1
impl StructuralPartialEq for Ints1
Auto Trait Implementations§
impl Freeze for Ints1
impl RefUnwindSafe for Ints1
impl Send for Ints1
impl Sync for Ints1
impl Unpin for Ints1
impl UnwindSafe for Ints1
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