pub struct Insn {
pub iclass: XedInsnIClass,
pub effective_operand_width_in_bits: u32,
pub operands: Operands,
}Fields§
§iclass: XedInsnIClass§effective_operand_width_in_bits: u32§operands: OperandsImplementations§
Trait Implementations§
source§impl PartialEq for Insn
impl PartialEq for Insn
impl Eq for Insn
impl StructuralPartialEq for Insn
Auto Trait Implementations§
impl Freeze for Insn
impl RefUnwindSafe for Insn
impl Send for Insn
impl Sync for Insn
impl Unpin for Insn
impl UnwindSafe for Insn
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