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