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

Trait Implementations

impl Debug for arm64_cc
[src]

[src]

Formats the value using the given formatter.

impl Copy for arm64_cc
[src]

impl Clone for arm64_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 arm64_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 arm64_cc
[src]

impl Hash for arm64_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