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

Trait Implementations

impl Debug for xed_error_enum_t
[src]

Formats the value using the given formatter.

impl Copy for xed_error_enum_t
[src]

impl Clone for xed_error_enum_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for xed_error_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_error_enum_t
[src]

impl Hash for xed_error_enum_t
[src]

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

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