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

Trait Implementations

impl Debug for sparc_insn_group
[src]

[src]

Formats the value using the given formatter.

impl Copy for sparc_insn_group
[src]

impl Clone for sparc_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 sparc_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 sparc_insn_group
[src]

impl Hash for sparc_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