pub struct orw_mr<R>where
R: Registers,{
pub rm16: GprMem<R::ReadWriteGpr, R::ReadGpr>,
pub r16: Gpr<R::ReadGpr>,
}
Expand description
orw: MR(rm16[rw], r16) => 0x66 + 0x09 /r [_64b | compat]
Fields§
§rm16: GprMem<R::ReadWriteGpr, R::ReadGpr>
§r16: Gpr<R::ReadGpr>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for orw_mr<R>
impl<R> RefUnwindSafe for orw_mr<R>
impl<R> Send for orw_mr<R>
impl<R> Sync for orw_mr<R>
impl<R> Unpin for orw_mr<R>
impl<R> UnwindSafe for orw_mr<R>
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