Enum capstone_sys::arm64_cc
[−]
[src]
#[repr(u32)]pub enum arm64_cc { ARM64_CC_INVALID, ARM64_CC_EQ, ARM64_CC_NE, ARM64_CC_HS, ARM64_CC_LO, ARM64_CC_MI, ARM64_CC_PL, ARM64_CC_VS, ARM64_CC_VC, ARM64_CC_HI, ARM64_CC_LS, ARM64_CC_GE, ARM64_CC_LT, ARM64_CC_GT, ARM64_CC_LE, ARM64_CC_AL, ARM64_CC_NV, }
Variants
ARM64_CC_INVALIDARM64_CC_EQARM64_CC_NEARM64_CC_HSARM64_CC_LOARM64_CC_MIARM64_CC_PLARM64_CC_VSARM64_CC_VCARM64_CC_HIARM64_CC_LSARM64_CC_GEARM64_CC_LTARM64_CC_GTARM64_CC_LEARM64_CC_ALARM64_CC_NV
Trait Implementations
impl Debug for arm64_cc[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for arm64_cc[src]
impl Clone for arm64_cc[src]
fn clone(&self) -> arm64_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 arm64_cc[src]
fn eq(&self, __arg_0: &arm64_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 !=.