Struct cargo::ops::TargetConfig [] [src]

pub struct TargetConfig {
    pub ar: Option<PathBuf>,
    pub linker: Option<PathBuf>,
    pub overrides: HashMap<StringBuildOutput>,
}

Fields

ar: Option<PathBuf> linker: Option<PathBuf> overrides: HashMap<StringBuildOutput>

Trait Implementations

impl Default for TargetConfig
[src]

fn default() -> TargetConfig

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

impl Clone for TargetConfig
[src]

fn clone(&self) -> TargetConfig

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more