pub struct FMPPE1 { /* private fields */ }Expand description
Flash Memory Protection Program Enable 1
Implementations§
Auto Trait Implementations§
impl !Freeze for FMPPE1
impl !RefUnwindSafe for FMPPE1
impl Send for FMPPE1
impl !Sync for FMPPE1
impl Unpin for FMPPE1
impl UnwindSafe for FMPPE1
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