pub struct popw_o<R>where
R: Registers,{
pub r16: Gpr<R::WriteGpr>,
}
Expand description
popw: O(r16[w]) => 0x66 + 0x58 +rw [_64b | compat]
// cranelift/assembler-x64/meta/src/generate/inst.rs:14
Fields§
§r16: Gpr<R::WriteGpr>
Implementations§
Trait Implementations§
Source§impl<'arbitrary, R> Arbitrary<'arbitrary> for popw_o<R>where
R: Registers + RegistersArbitrary,
impl<'arbitrary, R> Arbitrary<'arbitrary> for popw_o<R>where
R: Registers + RegistersArbitrary,
Source§fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the given unstructured data. Read moreSource§fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the entirety of the given
unstructured data. Read moreimpl<R> Copy for popw_o<R>
Auto Trait Implementations§
impl<R> Freeze for popw_o<R>
impl<R> RefUnwindSafe for popw_o<R>
impl<R> Send for popw_o<R>
impl<R> Sync for popw_o<R>
impl<R> Unpin for popw_o<R>
impl<R> UnwindSafe for popw_o<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