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