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