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