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