Struct M2isr
#[repr(transparent)]pub struct M2isr(pub u32);Expand description
RAMCFG SRAM2 interrupt status register.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for M2isr
impl Eq for M2isr
impl StructuralPartialEq for M2isr
Auto Trait Implementations§
impl Freeze for M2isr
impl RefUnwindSafe for M2isr
impl Send for M2isr
impl Sync for M2isr
impl Unpin for M2isr
impl UnwindSafe for M2isr
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