Enum capstone::arch::ppc::ArchExtraMode[][src]

pub enum ArchExtraMode {}

Trait Implementations

impl Copy for ArchExtraMode
[src]

impl Clone for ArchExtraMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ArchExtraMode
[src]

Formats the value using the given formatter. Read more

impl Eq for ArchExtraMode
[src]

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

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

This method tests for !=.

impl From<ArchExtraMode> for ExtraMode
[src]

Performs the conversion.

Auto Trait Implementations