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