pub struct popq_o<R>where
R: Registers,{
pub r64: Gpr<R::WriteGpr>,
}Expand description
popq: O(r64[w]) => 0x58 +ro [_64b] // /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cranelift-assembler-x64-meta-0.122.0/src/generate/inst.rs:14
Fields§
§r64: Gpr<R::WriteGpr>Implementations§
Trait Implementations§
impl<R> Copy for popq_o<R>
Auto Trait Implementations§
impl<R> Freeze for popq_o<R>
impl<R> RefUnwindSafe for popq_o<R>
impl<R> Send for popq_o<R>
impl<R> Sync for popq_o<R>
impl<R> Unpin for popq_o<R>
impl<R> UnwindSafe for popq_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