Enum capstone_sys::ppc_insn_group
[−]
[src]
#[repr(u32)]pub enum ppc_insn_group { PPC_GRP_INVALID, PPC_GRP_JUMP, PPC_GRP_ALTIVEC, PPC_GRP_MODE32, PPC_GRP_MODE64, PPC_GRP_BOOKE, PPC_GRP_NOTBOOKE, PPC_GRP_SPE, PPC_GRP_VSX, PPC_GRP_E500, PPC_GRP_PPC4XX, PPC_GRP_PPC6XX, PPC_GRP_ENDING, }
Variants
PPC_GRP_INVALIDPPC_GRP_JUMPPPC_GRP_ALTIVECPPC_GRP_MODE32PPC_GRP_MODE64PPC_GRP_BOOKEPPC_GRP_NOTBOOKEPPC_GRP_SPEPPC_GRP_VSXPPC_GRP_E500PPC_GRP_PPC4XXPPC_GRP_PPC6XXPPC_GRP_ENDING
Trait Implementations
impl Debug for ppc_insn_group[src]
impl Copy for ppc_insn_group[src]
impl Clone for ppc_insn_group[src]
fn clone(&self) -> ppc_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 ppc_insn_group[src]
fn eq(&self, __arg_0: &ppc_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 !=.