pub struct pushq_i8 {
pub imm8: Simm8,
}Expand description
pushq: I8(imm8[sxq]) => 0x6A ib [_64b | compat] // /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cranelift-assembler-x64-meta-0.122.0/src/generate/inst.rs:14
Fields§
§imm8: Simm8Implementations§
Trait Implementations§
impl Copy for pushq_i8
Auto Trait Implementations§
impl Freeze for pushq_i8
impl RefUnwindSafe for pushq_i8
impl Send for pushq_i8
impl Sync for pushq_i8
impl Unpin for pushq_i8
impl UnwindSafe for pushq_i8
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