Enum libudis86_sys::ud_table_type [] [src]

#[repr(u32)]
pub enum ud_table_type { UD_TAB__OPC_VEX, UD_TAB__OPC_TABLE, UD_TAB__OPC_X87, UD_TAB__OPC_MOD, UD_TAB__OPC_RM, UD_TAB__OPC_OSIZE, UD_TAB__OPC_MODE, UD_TAB__OPC_VEX_L, UD_TAB__OPC_3DNOW, UD_TAB__OPC_REG, UD_TAB__OPC_ASIZE, UD_TAB__OPC_VEX_W, UD_TAB__OPC_SSE, UD_TAB__OPC_VENDOR, }

Variants

Trait Implementations

impl Debug for ud_table_type
[src]

Formats the value using the given formatter.

impl Copy for ud_table_type
[src]

impl Clone for ud_table_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for ud_table_type
[src]

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

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