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