Enum pnacl-build-helper::Mode [-]  [+] [src]

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

Variants

Portable
Native

Trait Implementations

Derived Implementations

impl Copy for Mode

impl<__S: Writer + Hasher> Hash<__S> for Mode

fn hash(&self, __arg_0: &mut __S)

impl Clone for Mode

fn clone(&self) -> Mode

fn clone_from(&mut self, source: &Self)

impl PartialEq for Mode

fn eq(&self, __arg_0: &Mode) -> bool

fn ne(&self, __arg_0: &Mode) -> bool

impl Eq for Mode

fn assert_receiver_is_total_eq(&self)

impl Show for Mode

fn fmt(&self, __arg_0: &mut Formatter) -> Result