pub struct retq_i {
pub imm16: Imm16,
}Expand description
retq: I(imm16) => 0xC2 iw [_64b | compat] // /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cranelift-assembler-x64-meta-0.122.0/src/generate/inst.rs:14
Fields§
§imm16: Imm16Implementations§
Trait Implementations§
impl Copy for retq_i
Auto Trait Implementations§
impl Freeze for retq_i
impl RefUnwindSafe for retq_i
impl Send for retq_i
impl Sync for retq_i
impl Unpin for retq_i
impl UnwindSafe for retq_i
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