Enum capstone_sys::sparc_insn_group
[−]
[src]
#[repr(u32)]pub enum sparc_insn_group { SPARC_GRP_INVALID, SPARC_GRP_JUMP, SPARC_GRP_HARDQUAD, SPARC_GRP_V9, SPARC_GRP_VIS, SPARC_GRP_VIS2, SPARC_GRP_VIS3, SPARC_GRP_32BIT, SPARC_GRP_64BIT, SPARC_GRP_ENDING, }
Variants
SPARC_GRP_INVALIDSPARC_GRP_JUMPSPARC_GRP_HARDQUADSPARC_GRP_V9SPARC_GRP_VISSPARC_GRP_VIS2SPARC_GRP_VIS3SPARC_GRP_32BITSPARC_GRP_64BITSPARC_GRP_ENDING
Trait Implementations
impl Debug for sparc_insn_group[src]
impl Copy for sparc_insn_group[src]
impl Clone for sparc_insn_group[src]
fn clone(&self) -> sparc_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 sparc_insn_group[src]
fn eq(&self, __arg_0: &sparc_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 !=.