pub struct WRP1BR { /* private fields */ }
Expand description
Flash Bank 1 WRP area B address register
Implementations§
Auto Trait Implementations§
impl !Freeze for WRP1BR
impl !RefUnwindSafe for WRP1BR
impl Send for WRP1BR
impl !Sync for WRP1BR
impl Unpin for WRP1BR
impl UnwindSafe for WRP1BR
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