Enum capstone::Endian[][src]

pub enum Endian {
    Little,
    Big,
}

Disassembler endianness

Variants

Little-endian mode

Big-endian mode

Trait Implementations

impl Copy for Endian
[src]

impl Clone for Endian
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Endian
[src]

Formats the value using the given formatter. Read more

impl Eq for Endian
[src]

impl Hash for Endian
[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 Endian
[src]

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

This method tests for !=.

impl From<Endian> for cs_mode
[src]

Performs the conversion.

impl FromStr for Endian
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for Endian

impl Sync for Endian