[][src]Enum libudis86_sys::ud_table_type

#[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

UD_TAB__OPC_VEXUD_TAB__OPC_TABLEUD_TAB__OPC_X87UD_TAB__OPC_MODUD_TAB__OPC_RMUD_TAB__OPC_OSIZEUD_TAB__OPC_MODEUD_TAB__OPC_VEX_LUD_TAB__OPC_3DNOWUD_TAB__OPC_REGUD_TAB__OPC_ASIZEUD_TAB__OPC_VEX_WUD_TAB__OPC_SSEUD_TAB__OPC_VENDOR

Trait Implementations

impl Eq for ud_table_type[src]

impl PartialEq<ud_table_type> for ud_table_type[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]

This method tests for !=.

impl Copy for ud_table_type[src]

impl Clone for ud_table_type[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for ud_table_type[src]

impl Hash for ud_table_type[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0[src]

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

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]