Enum xed_sys::xed_interface::xed_reg_class_enum_t [] [src]

#[repr(u32)]
pub enum xed_reg_class_enum_t { XED_REG_CLASS_INVALID, XED_REG_CLASS_BNDCFG, XED_REG_CLASS_BNDSTAT, XED_REG_CLASS_BOUND, XED_REG_CLASS_CR, XED_REG_CLASS_DR, XED_REG_CLASS_FLAGS, XED_REG_CLASS_GPR, XED_REG_CLASS_GPR16, XED_REG_CLASS_GPR32, XED_REG_CLASS_GPR64, XED_REG_CLASS_GPR8, XED_REG_CLASS_IP, XED_REG_CLASS_MASK, XED_REG_CLASS_MMX, XED_REG_CLASS_MSR, XED_REG_CLASS_MXCSR, XED_REG_CLASS_PSEUDO, XED_REG_CLASS_PSEUDOX87, XED_REG_CLASS_SR, XED_REG_CLASS_TMP, XED_REG_CLASS_X87, XED_REG_CLASS_XCR, XED_REG_CLASS_XMM, XED_REG_CLASS_YMM, XED_REG_CLASS_ZMM, XED_REG_CLASS_LAST, }

Variants

Trait Implementations

impl Debug for xed_reg_class_enum_t
[src]

Formats the value using the given formatter.

impl Copy for xed_reg_class_enum_t
[src]

impl Clone for xed_reg_class_enum_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for xed_reg_class_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_reg_class_enum_t
[src]

impl Hash for xed_reg_class_enum_t
[src]

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

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