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