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