Enum capstone::arch::x86::ArchMode[][src]

pub enum ArchMode {
    Mode16,
    Mode32,
    Mode64,
}

Variants

Trait Implementations

impl BuildsCapstoneSyntax<ArchMode, ArchSyntax> for ArchCapstoneBuilder
[src]

Set the disassembly syntax

impl Copy for ArchMode
[src]

impl Clone for ArchMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ArchMode
[src]

Formats the value using the given formatter. Read more

impl Eq for ArchMode
[src]

impl Hash for ArchMode
[src]

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

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

impl PartialEq for ArchMode
[src]

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

This method tests for !=.

impl From<ArchMode> for Mode
[src]

Performs the conversion.

impl BuildsCapstone<ArchMode> for ArchCapstoneBuilder
[src]

Set the disassembly mode

Enable detailed output

Get final Capstone

Auto Trait Implementations

impl Send for ArchMode

impl Sync for ArchMode