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