pub struct orb_mr<R>where
R: Registers,{
pub rm8: GprMem<R::ReadWriteGpr, R::ReadGpr>,
pub r8: Gpr<R::ReadGpr>,
}
Expand description
orb: MR(rm8[rw], r8) => 0x08 /r [_64b | compat]
Fields§
§rm8: GprMem<R::ReadWriteGpr, R::ReadGpr>
§r8: Gpr<R::ReadGpr>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for orb_mr<R>
impl<R> RefUnwindSafe for orb_mr<R>
impl<R> Send for orb_mr<R>
impl<R> Sync for orb_mr<R>
impl<R> Unpin for orb_mr<R>
impl<R> UnwindSafe for orb_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