Enum capstone_sys::ppc_bc [] [src]

#[repr(u32)]
pub enum ppc_bc { PPC_BC_INVALID, PPC_BC_LT, PPC_BC_LE, PPC_BC_EQ, PPC_BC_GE, PPC_BC_GT, PPC_BC_NE, PPC_BC_UN, PPC_BC_NU, PPC_BC_SO, PPC_BC_NS, }

Variants

Trait Implementations

impl Debug for ppc_bc
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ppc_bc
[src]

impl Clone for ppc_bc
[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_bc
[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_bc
[src]

impl Hash for ppc_bc
[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

Auto Trait Implementations

impl Send for ppc_bc

impl Sync for ppc_bc