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