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

Trait Implementations

impl Debug for ppc_insn_group
[src]

[src]

Formats the value using the given formatter.

impl Copy for ppc_insn_group
[src]

impl Clone for ppc_insn_group
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ppc_insn_group
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for ppc_insn_group
[src]

impl Hash for ppc_insn_group
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more