Enum capstone_sys::cs_arch
[−]
[src]
#[repr(u32)]pub enum cs_arch { CS_ARCH_ARM, CS_ARCH_ARM64, CS_ARCH_MIPS, CS_ARCH_X86, CS_ARCH_PPC, CS_ARCH_SPARC, CS_ARCH_SYSZ, CS_ARCH_XCORE, CS_ARCH_MAX, CS_ARCH_ALL, }
Architecture type
Variants
CS_ARCH_ARMARM architecture (including Thumb, Thumb-2)
CS_ARCH_ARM64ARM-64, also called AArch64
CS_ARCH_MIPSMips architecture
CS_ARCH_X86X86 architecture (including x86 & x86-64)
CS_ARCH_PPCPowerPC architecture
CS_ARCH_SPARCSparc architecture
CS_ARCH_SYSZSystemZ architecture
CS_ARCH_XCOREXCore architecture
CS_ARCH_MAXCS_ARCH_ALLAll architectures - for cs_support()
Trait Implementations
impl Debug for cs_arch[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for cs_arch[src]
impl Clone for cs_arch[src]
fn clone(&self) -> cs_arch[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 cs_arch[src]
fn eq(&self, __arg_0: &cs_arch) -> 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 !=.