Struct pnacl_build_helper::NativeTools [] [src]

pub struct NativeTools {
    pub is_nacl: bool,
    pub cc: PathBuf,
    pub cxx: PathBuf,
    pub ar: PathBuf,
    pub ranlib: PathBuf,
}

Fields

Methods

impl NativeTools
[src]

Trait Implementations

impl Clone for NativeTools
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for NativeTools
[src]

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

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

impl Default for NativeTools
[src]

Returns the "default value" for a type. Read more