#[repr(u32)]pub enum ud_table_type {
Show 14 variants
UD_TAB__OPC_VEX = 0,
UD_TAB__OPC_TABLE = 1,
UD_TAB__OPC_X87 = 2,
UD_TAB__OPC_MOD = 3,
UD_TAB__OPC_RM = 4,
UD_TAB__OPC_OSIZE = 5,
UD_TAB__OPC_MODE = 6,
UD_TAB__OPC_VEX_L = 7,
UD_TAB__OPC_3DNOW = 8,
UD_TAB__OPC_REG = 9,
UD_TAB__OPC_ASIZE = 10,
UD_TAB__OPC_VEX_W = 11,
UD_TAB__OPC_SSE = 12,
UD_TAB__OPC_VENDOR = 13,
}
Variants§
UD_TAB__OPC_VEX = 0
UD_TAB__OPC_TABLE = 1
UD_TAB__OPC_X87 = 2
UD_TAB__OPC_MOD = 3
UD_TAB__OPC_RM = 4
UD_TAB__OPC_OSIZE = 5
UD_TAB__OPC_MODE = 6
UD_TAB__OPC_VEX_L = 7
UD_TAB__OPC_3DNOW = 8
UD_TAB__OPC_REG = 9
UD_TAB__OPC_ASIZE = 10
UD_TAB__OPC_VEX_W = 11
UD_TAB__OPC_SSE = 12
UD_TAB__OPC_VENDOR = 13
Trait Implementations§
Source§impl Clone for ud_table_type
impl Clone for ud_table_type
Source§fn clone(&self) -> ud_table_type
fn clone(&self) -> ud_table_type
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ud_table_type
impl Debug for ud_table_type
Source§impl Hash for ud_table_type
impl Hash for ud_table_type
Source§impl PartialEq for ud_table_type
impl PartialEq for ud_table_type
impl Copy for ud_table_type
impl Eq for ud_table_type
impl StructuralPartialEq for ud_table_type
Auto Trait Implementations§
impl Freeze for ud_table_type
impl RefUnwindSafe for ud_table_type
impl Send for ud_table_type
impl Sync for ud_table_type
impl Unpin for ud_table_type
impl UnwindSafe for ud_table_type
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more