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