Enum xed_sys::xed_interface::xed_flag_action_enum_t
[−]
[src]
#[repr(u32)]pub enum xed_flag_action_enum_t { XED_FLAG_ACTION_INVALID, XED_FLAG_ACTION_u, XED_FLAG_ACTION_tst, XED_FLAG_ACTION_mod, XED_FLAG_ACTION_0, XED_FLAG_ACTION_pop, XED_FLAG_ACTION_ah, XED_FLAG_ACTION_1, XED_FLAG_ACTION_LAST, }
Variants
XED_FLAG_ACTION_INVALIDXED_FLAG_ACTION_uXED_FLAG_ACTION_tstXED_FLAG_ACTION_modXED_FLAG_ACTION_0XED_FLAG_ACTION_popXED_FLAG_ACTION_ahXED_FLAG_ACTION_1XED_FLAG_ACTION_LASTTrait Implementations
impl Debug for xed_flag_action_enum_t[src]
impl Copy for xed_flag_action_enum_t[src]
impl Clone for xed_flag_action_enum_t[src]
fn clone(&self) -> xed_flag_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_flag_action_enum_t[src]
fn eq(&self, __arg_0: &xed_flag_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 !=.