pub struct sarw_m1<R>where
R: Registers,{
pub rm16: GprMem<R::ReadWriteGpr, R::ReadGpr>,
}Expand description
sarw: M1(rm16[rw]) => 0x66 + 0xD1 /7 ib [_64b | compat] custom(Display) // /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cranelift-assembler-x64-meta-0.122.0/src/generate/inst.rs:14
Fields§
§rm16: GprMem<R::ReadWriteGpr, R::ReadGpr>Implementations§
Trait Implementations§
impl<R> Copy for sarw_m1<R>
Auto Trait Implementations§
impl<R> Freeze for sarw_m1<R>
impl<R> RefUnwindSafe for sarw_m1<R>
impl<R> Send for sarw_m1<R>
impl<R> Sync for sarw_m1<R>
impl<R> Unpin for sarw_m1<R>
impl<R> UnwindSafe for sarw_m1<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