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