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