Enum pnacl-build-helper::Mode
[-]
[+]
[src]
pub enum Mode { Portable, Native(&'static str), }
Variants
Portable | |
Native |
pub enum Mode { Portable, Native(&'static str), }
Portable | |
Native |
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
impl Eq for Mode
fn assert_receiver_is_total_eq(&self)
impl Show for Mode
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).