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