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
PPC_BC_INVALIDPPC_BC_LTPPC_BC_LEPPC_BC_EQPPC_BC_GEPPC_BC_GTPPC_BC_NEPPC_BC_UNPPC_BC_NUPPC_BC_SOPPC_BC_NS
Trait Implementations
impl Debug for ppc_bc[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for ppc_bc[src]
impl Clone for ppc_bc[src]
fn clone(&self) -> ppc_bc[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_bc[src]
fn eq(&self, __arg_0: &ppc_bc) -> 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 !=.