pub struct orq_i_sxl {
pub imm32: Simm32,
}
Expand description
orq: I_SXL(rax[rw], imm32[sxq]) => REX.W + 0x0d id [_64b]
Fields§
§imm32: Simm32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for orq_i_sxl
impl RefUnwindSafe for orq_i_sxl
impl Send for orq_i_sxl
impl Sync for orq_i_sxl
impl Unpin for orq_i_sxl
impl UnwindSafe for orq_i_sxl
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