Enum capstone_sys::arm64_insn_group
[−]
[src]
#[repr(u32)]pub enum arm64_insn_group { ARM64_GRP_INVALID, ARM64_GRP_JUMP, ARM64_GRP_CRYPTO, ARM64_GRP_FPARMV8, ARM64_GRP_NEON, ARM64_GRP_CRC, ARM64_GRP_ENDING, }
Variants
ARM64_GRP_INVALIDARM64_GRP_JUMPARM64_GRP_CRYPTOARM64_GRP_FPARMV8ARM64_GRP_NEONARM64_GRP_CRCARM64_GRP_ENDING
Trait Implementations
impl Debug for arm64_insn_group[src]
impl Copy for arm64_insn_group[src]
impl Clone for arm64_insn_group[src]
fn clone(&self) -> arm64_insn_group[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_insn_group[src]
fn eq(&self, __arg_0: &arm64_insn_group) -> 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 !=.