Struct xed_sys::xed_interface::xed_encoder_instruction_t [] [src]

#[repr(C)]
pub struct xed_encoder_instruction_t { pub mode: xed_state_t, pub iclass: xed_iclass_enum_t, pub effective_operand_width: u32, pub effective_address_width: u32, pub prefixes: xed_encoder_prefixes_t, pub noperands: u32, pub operands: [xed_encoder_operand_t; 5], }

Fields

Trait Implementations

impl Debug for xed_encoder_instruction_t
[src]

Formats the value using the given formatter.

impl Copy for xed_encoder_instruction_t
[src]

impl Clone for xed_encoder_instruction_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more