Enum xed_sys::xed_interface::xed_error_enum_t
[−]
[src]
#[repr(u32)]pub enum xed_error_enum_t { XED_ERROR_NONE, XED_ERROR_BUFFER_TOO_SHORT, XED_ERROR_GENERAL_ERROR, XED_ERROR_INVALID_FOR_CHIP, XED_ERROR_BAD_REGISTER, XED_ERROR_BAD_LOCK_PREFIX, XED_ERROR_BAD_REP_PREFIX, XED_ERROR_BAD_LEGACY_PREFIX, XED_ERROR_BAD_REX_PREFIX, XED_ERROR_BAD_EVEX_UBIT, XED_ERROR_BAD_MAP, XED_ERROR_BAD_EVEX_V_PRIME, XED_ERROR_NO_OUTPUT_POINTER, XED_ERROR_NO_AGEN_CALL_BACK_REGISTERED, XED_ERROR_BAD_MEMOP_INDEX, XED_ERROR_CALLBACK_PROBLEM, XED_ERROR_GATHER_REGS, XED_ERROR_INSTR_TOO_LONG, XED_ERROR_INVALID_MODE, XED_ERROR_LAST, }
Variants
XED_ERROR_NONEXED_ERROR_BUFFER_TOO_SHORTXED_ERROR_GENERAL_ERRORXED_ERROR_INVALID_FOR_CHIPXED_ERROR_BAD_REGISTERXED_ERROR_BAD_LOCK_PREFIXXED_ERROR_BAD_REP_PREFIXXED_ERROR_BAD_LEGACY_PREFIXXED_ERROR_BAD_REX_PREFIXXED_ERROR_BAD_EVEX_UBITXED_ERROR_BAD_MAPXED_ERROR_BAD_EVEX_V_PRIMEXED_ERROR_NO_OUTPUT_POINTERXED_ERROR_NO_AGEN_CALL_BACK_REGISTEREDXED_ERROR_BAD_MEMOP_INDEXXED_ERROR_CALLBACK_PROBLEMXED_ERROR_GATHER_REGSXED_ERROR_INSTR_TOO_LONGXED_ERROR_INVALID_MODEXED_ERROR_LASTTrait Implementations
impl Debug for xed_error_enum_t[src]
impl Copy for xed_error_enum_t[src]
impl Clone for xed_error_enum_t[src]
fn clone(&self) -> xed_error_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_error_enum_t[src]
fn eq(&self, __arg_0: &xed_error_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 !=.