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