Enum xed_sys::xed_interface::xed_address_width_enum_t
[−]
[src]
#[repr(u32)]pub enum xed_address_width_enum_t { XED_ADDRESS_WIDTH_INVALID, XED_ADDRESS_WIDTH_16b, XED_ADDRESS_WIDTH_32b, XED_ADDRESS_WIDTH_64b, XED_ADDRESS_WIDTH_LAST, }
Variants
XED_ADDRESS_WIDTH_INVALIDXED_ADDRESS_WIDTH_16bXED_ADDRESS_WIDTH_32bXED_ADDRESS_WIDTH_64bXED_ADDRESS_WIDTH_LASTTrait Implementations
impl Debug for xed_address_width_enum_t[src]
impl Copy for xed_address_width_enum_t[src]
impl Clone for xed_address_width_enum_t[src]
fn clone(&self) -> xed_address_width_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_address_width_enum_t[src]
fn eq(&self, __arg_0: &xed_address_width_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 !=.