pub struct SRAM_MMR { /* private fields */ }Expand description
General Purpose RAM
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SRAM_MMR
impl RefUnwindSafe for SRAM_MMR
impl !Sync for SRAM_MMR
impl Unpin for SRAM_MMR
impl UnwindSafe for SRAM_MMR
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