Enum capstone_sys::x86_prefix
[−]
[src]
#[repr(u32)]pub enum x86_prefix { X86_PREFIX_LOCK, X86_PREFIX_REP, X86_PREFIX_REPNE, X86_PREFIX_CS, X86_PREFIX_SS, X86_PREFIX_DS, X86_PREFIX_ES, X86_PREFIX_FS, X86_PREFIX_GS, X86_PREFIX_OPSIZE, X86_PREFIX_ADDRSIZE, }
Variants
X86_PREFIX_LOCKX86_PREFIX_REPX86_PREFIX_REPNEX86_PREFIX_CSX86_PREFIX_SSX86_PREFIX_DSX86_PREFIX_ESX86_PREFIX_FSX86_PREFIX_GSX86_PREFIX_OPSIZEX86_PREFIX_ADDRSIZE
Trait Implementations
impl Debug for x86_prefix[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for x86_prefix[src]
impl Clone for x86_prefix[src]
fn clone(&self) -> x86_prefix[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for x86_prefix[src]
fn eq(&self, __arg_0: &x86_prefix) -> bool[src]
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[src]
This method tests for !=.