Enum capstone_sys::cs_mode [] [src]

#[repr(i32)]
pub enum cs_mode { CS_MODE_LITTLE_ENDIAN, CS_MODE_16, CS_MODE_32, CS_MODE_64, CS_MODE_THUMB, CS_MODE_MCLASS, CS_MODE_V8, CS_MODE_MIPSGP64, CS_MODE_BIG_ENDIAN, }

Mode type

Variants

little-endian mode (default mode)

16-bit mode (X86)

32-bit mode (X86)

64-bit mode (X86, PPC)

ARM's Thumb mode, including Thumb-2

ARM's Cortex-M series

ARMv8 A32 encodings for ARM

MicroMips mode (MIPS)

big-endian mode

Trait Implementations

impl Debug for cs_mode
[src]

[src]

Formats the value using the given formatter.

impl Copy for cs_mode
[src]

impl Clone for cs_mode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for cs_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 Eq for cs_mode
[src]

impl Hash for cs_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