pub struct pushq_o<R>where
R: Registers,{
pub r64: Gpr<R::ReadGpr>,
}Expand description
pushq: O(r64) => 0x50 +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::ReadGpr>Implementations§
Trait Implementations§
impl<R> Copy for pushq_o<R>
Auto Trait Implementations§
impl<R> Freeze for pushq_o<R>
impl<R> RefUnwindSafe for pushq_o<R>
impl<R> Send for pushq_o<R>
impl<R> Sync for pushq_o<R>
impl<R> Unpin for pushq_o<R>
impl<R> UnwindSafe for pushq_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