Struct cargo::ops::BuildConfig [] [src]

pub struct BuildConfig {
    pub host_triple: String,
    pub host: TargetConfig,
    pub requested_target: Option<String>,
    pub target: TargetConfig,
    pub jobs: u32,
    pub release: bool,
    pub test: bool,
    pub doc_all: bool,
    pub json_messages: bool,
}

Fields

Trait Implementations

impl Default for BuildConfig
[src]

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

impl Clone for BuildConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more