Struct xed_sys::xed_interface::xed_operand_s [] [src]

#[repr(C)]
pub struct xed_operand_s { pub _name: u8, pub _operand_visibility: u8, pub _rw: u8, pub _oc2: u8, pub _type: u8, pub _xtype: u8, pub _cvt_idx: u8, pub _nt: u8, pub _u: xed_operand_s__bindgen_ty_1, }

@ingroup DEC Constant information about an individual generic operand, like an operand template, describing the operand properties. See @ref DEC for API information.

Fields

Trait Implementations

impl Debug for xed_operand_s
[src]

Formats the value using the given formatter.

impl Copy for xed_operand_s
[src]

impl Clone for xed_operand_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more