Enum capstone::Mode [] [src]

pub enum Mode {
    Arm,
    Mode16,
    Mode32,
    Mode64,
    Thumb,
    Mips3,
    Mips32R6,
    MipsGP64,
    V9,
    Default,
}

Disassembler modes

Variants

32-bit ARM

16-bit mode (X86)

32-bit mode (X86)

64-bit mode (X86, PPC)

ARM's Thumb mode, including Thumb-2

Mips III ISA

Mips32r6 ISA

General Purpose Registers are 64-bit wide (MIPS)

SparcV9 mode (Sparc)

Default mode for little-endian

Trait Implementations

impl From<ArchMode> for Mode
[src]

[src]

Performs the conversion.

impl From<ArchMode> for Mode
[src]

[src]

Performs the conversion.

impl From<ArchMode> for Mode
[src]

[src]

Performs the conversion.

impl From<ArchMode> for Mode
[src]

[src]

Performs the conversion.

impl From<ArchMode> for Mode
[src]

[src]

Performs the conversion.

impl From<ArchMode> for Mode
[src]

[src]

Performs the conversion.

impl From<ArchMode> for Mode
[src]

[src]

Performs the conversion.

impl From<ArchMode> for Mode
[src]

[src]

Performs the conversion.

impl Copy for Mode
[src]

impl Clone for Mode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Mode
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for Mode
[src]

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

impl PartialEq for Mode
[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 From<Mode> for cs_mode
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Mode

impl Sync for Mode