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