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

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

Fields

Trait Implementations

impl Clone for TargetConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TargetConfig
[src]

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