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

Trait Implementations

impl Debug for arm_cc
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for arm_cc
[src]

impl Clone for arm_cc
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for arm_cc
[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 arm_cc
[src]

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

impl Sync for arm_cc