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