Enum pnacl_build_helper::NaClMode [] [src]

pub enum NaClMode {
    Portable,
    Native(&'static str),
}

Variants

Trait Implementations

impl Debug for NaClMode
[src]

Formats the value using the given formatter.

impl Eq for NaClMode
[src]

impl PartialEq for NaClMode
[src]

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

This method tests for !=.

impl Clone for NaClMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for NaClMode
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Copy for NaClMode
[src]

impl Display for NaClMode
[src]

Formats the value using the given formatter. Read more