Enum capstone_sys::arm64_op_type
[−]
[src]
#[repr(u32)]pub enum arm64_op_type { ARM64_OP_INVALID, ARM64_OP_REG, ARM64_OP_IMM, ARM64_OP_MEM, ARM64_OP_FP, ARM64_OP_CIMM, ARM64_OP_REG_MRS, ARM64_OP_REG_MSR, ARM64_OP_PSTATE, ARM64_OP_SYS, ARM64_OP_PREFETCH, ARM64_OP_BARRIER, }
Variants
ARM64_OP_INVALIDARM64_OP_REGARM64_OP_IMMARM64_OP_MEMARM64_OP_FPARM64_OP_CIMMARM64_OP_REG_MRSARM64_OP_REG_MSRARM64_OP_PSTATEARM64_OP_SYSARM64_OP_PREFETCHARM64_OP_BARRIER
Trait Implementations
impl Debug for arm64_op_type[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for arm64_op_type[src]
impl Clone for arm64_op_type[src]
fn clone(&self) -> arm64_op_type[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 arm64_op_type[src]
fn eq(&self, __arg_0: &arm64_op_type) -> 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 !=.