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