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