Enum xed_sys::xed_interface::xed_operand_action_enum_t
[−]
[src]
#[repr(u32)]pub enum xed_operand_action_enum_t { XED_OPERAND_ACTION_INVALID, XED_OPERAND_ACTION_RW, XED_OPERAND_ACTION_R, XED_OPERAND_ACTION_W, XED_OPERAND_ACTION_RCW, XED_OPERAND_ACTION_CW, XED_OPERAND_ACTION_CRW, XED_OPERAND_ACTION_CR, XED_OPERAND_ACTION_LAST, }
Variants
XED_OPERAND_ACTION_INVALIDXED_OPERAND_ACTION_RWXED_OPERAND_ACTION_RXED_OPERAND_ACTION_WXED_OPERAND_ACTION_RCWXED_OPERAND_ACTION_CWXED_OPERAND_ACTION_CRWXED_OPERAND_ACTION_CRXED_OPERAND_ACTION_LASTTrait Implementations
impl Debug for xed_operand_action_enum_t[src]
impl Copy for xed_operand_action_enum_t[src]
impl Clone for xed_operand_action_enum_t[src]
fn clone(&self) -> xed_operand_action_enum_t
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for xed_operand_action_enum_t[src]
fn eq(&self, __arg_0: &xed_operand_action_enum_t) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.