Enum capstone_sys::x86_prefix [] [src]

#[repr(u32)]
pub enum x86_prefix { X86_PREFIX_LOCK, X86_PREFIX_REP, X86_PREFIX_REPNE, X86_PREFIX_CS, X86_PREFIX_SS, X86_PREFIX_DS, X86_PREFIX_ES, X86_PREFIX_FS, X86_PREFIX_GS, X86_PREFIX_OPSIZE, X86_PREFIX_ADDRSIZE, }

Variants

Trait Implementations

impl Debug for x86_prefix
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for x86_prefix
[src]

impl Clone for x86_prefix
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

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

impl Sync for x86_prefix