Enum xed_sys::xed_interface::xed_flag_enum_t [] [src]

#[repr(u32)]
pub enum xed_flag_enum_t { XED_FLAG_INVALID, XED_FLAG_of, XED_FLAG_sf, XED_FLAG_zf, XED_FLAG_af, XED_FLAG_pf, XED_FLAG_cf, XED_FLAG_df, XED_FLAG_vif, XED_FLAG_iopl, XED_FLAG_if, XED_FLAG_ac, XED_FLAG_vm, XED_FLAG_rf, XED_FLAG_nt, XED_FLAG_tf, XED_FLAG_id, XED_FLAG_vip, XED_FLAG_fc0, XED_FLAG_fc1, XED_FLAG_fc2, XED_FLAG_fc3, XED_FLAG_LAST, }

Variants

Trait Implementations

impl Debug for xed_flag_enum_t
[src]

Formats the value using the given formatter.

impl Copy for xed_flag_enum_t
[src]

impl Clone for xed_flag_enum_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for xed_flag_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_flag_enum_t
[src]

impl Hash for xed_flag_enum_t
[src]

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

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