Struct xed_sys::xed_interface::xed_inst_s [] [src]

#[repr(C)]
pub struct xed_inst_s { pub _noperands: u8, pub _cpl: u8, pub _flag_complex: u8, pub _exceptions: u8, pub _flag_info_index: u16, pub _iform_enum: u16, pub _operand_base: u16, pub _attributes: u16, }

@ingroup DEC constant information about a decoded instruction form, including the pointer to the constant operand properties #xed_operand_t for this instruction form.

Fields

Trait Implementations

impl Debug for xed_inst_s
[src]

Formats the value using the given formatter.

impl Copy for xed_inst_s
[src]

impl Clone for xed_inst_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more