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