pub struct FPROT1 { /* private fields */ }Expand description
Non-volatile P-Flash Protection 0 - Low Register
Implementations§
Auto Trait Implementations§
impl !Freeze for FPROT1
impl !RefUnwindSafe for FPROT1
impl Send for FPROT1
impl !Sync for FPROT1
impl Unpin for FPROT1
impl UnwindSafe for FPROT1
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