pub struct pushw_i16 {
pub imm16: Imm16,
}Expand description
pushw: I16(imm16) => 0x66 + 0x68 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 pushw_i16
Auto Trait Implementations§
impl Freeze for pushw_i16
impl RefUnwindSafe for pushw_i16
impl Send for pushw_i16
impl Sync for pushw_i16
impl Unpin for pushw_i16
impl UnwindSafe for pushw_i16
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