Enum capstone_sys::x86_sse_cc[][src]

#[repr(u32)]
pub enum x86_sse_cc { X86_SSE_CC_INVALID, X86_SSE_CC_EQ, X86_SSE_CC_LT, X86_SSE_CC_LE, X86_SSE_CC_UNORD, X86_SSE_CC_NEQ, X86_SSE_CC_NLT, X86_SSE_CC_NLE, X86_SSE_CC_ORD, X86_SSE_CC_EQ_UQ, X86_SSE_CC_NGE, X86_SSE_CC_NGT, X86_SSE_CC_FALSE, X86_SSE_CC_NEQ_OQ, X86_SSE_CC_GE, X86_SSE_CC_GT, X86_SSE_CC_TRUE, }

Variants

Trait Implementations

impl Debug for x86_sse_cc
[src]

Formats the value using the given formatter. Read more

impl Copy for x86_sse_cc
[src]

impl Clone for x86_sse_cc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for x86_sse_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 x86_sse_cc

impl Sync for x86_sse_cc