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