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