pub struct orl_i {
pub imm32: Imm32,
}
Expand description
orl: I(eax[rw], imm32) => 0x0d id [_64b | compat]
Fields§
§imm32: Imm32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for orl_i
impl RefUnwindSafe for orl_i
impl Send for orl_i
impl Sync for orl_i
impl Unpin for orl_i
impl UnwindSafe for orl_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