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

Trait Implementations

impl Debug for xed_operand_action_enum_t
[src]

Formats the value using the given formatter.

impl Copy for xed_operand_action_enum_t
[src]

impl Clone for xed_operand_action_enum_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for xed_operand_action_enum_t
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for xed_operand_action_enum_t
[src]

impl Hash for xed_operand_action_enum_t
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more