Enum capstone_rust::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, }

Variants

Trait Implementations

impl Debug for cs_mode
[src]

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for cs_mode

impl Sync for cs_mode