Enum capstone_sys::sysz_cc[][src]

#[repr(u32)]
pub enum sysz_cc { SYSZ_CC_INVALID, SYSZ_CC_O, SYSZ_CC_H, SYSZ_CC_NLE, SYSZ_CC_L, SYSZ_CC_NHE, SYSZ_CC_LH, SYSZ_CC_NE, SYSZ_CC_E, SYSZ_CC_NLH, SYSZ_CC_HE, SYSZ_CC_NL, SYSZ_CC_LE, SYSZ_CC_NH, SYSZ_CC_NO, }

Variants

Trait Implementations

impl Debug for sysz_cc
[src]

Formats the value using the given formatter. Read more

impl Copy for sysz_cc
[src]

impl Clone for sysz_cc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for sysz_cc
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for sysz_cc
[src]

impl Hash for sysz_cc
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for sysz_cc

impl Sync for sysz_cc