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