Enum capstone_sys::arm_cc
[−]
[src]
#[repr(u32)]pub enum arm_cc { ARM_CC_INVALID, ARM_CC_EQ, ARM_CC_NE, ARM_CC_HS, ARM_CC_LO, ARM_CC_MI, ARM_CC_PL, ARM_CC_VS, ARM_CC_VC, ARM_CC_HI, ARM_CC_LS, ARM_CC_GE, ARM_CC_LT, ARM_CC_GT, ARM_CC_LE, ARM_CC_AL, }
Variants
ARM_CC_INVALIDARM_CC_EQARM_CC_NEARM_CC_HSARM_CC_LOARM_CC_MIARM_CC_PLARM_CC_VSARM_CC_VCARM_CC_HIARM_CC_LSARM_CC_GEARM_CC_LTARM_CC_GTARM_CC_LEARM_CC_AL
Trait Implementations
impl Debug for arm_cc[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for arm_cc[src]
impl Clone for arm_cc[src]
fn clone(&self) -> arm_cc[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 arm_cc[src]
fn eq(&self, __arg_0: &arm_cc) -> 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 !=.