Struct avr_device::atmega4809::NVMCTRL
source · pub struct NVMCTRL { /* private fields */ }
Expand description
Non-volatile Memory Controller
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NVMCTRL
impl RefUnwindSafe for NVMCTRL
impl !Sync for NVMCTRL
impl Unpin for NVMCTRL
impl UnwindSafe for NVMCTRL
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