pub struct callq_d {
pub imm32: Simm32,
}Expand description
callq: D(imm32[sxl]) => 0xE8 id [_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§
§imm32: Simm32Implementations§
Trait Implementations§
impl Copy for callq_d
Auto Trait Implementations§
impl Freeze for callq_d
impl RefUnwindSafe for callq_d
impl Send for callq_d
impl Sync for callq_d
impl Unpin for callq_d
impl UnwindSafe for callq_d
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