Struct recipe_reader::TargetOptions [] [src]

pub struct TargetOptions {
    pub deps: bool,
    pub refs: bool,
    pub nolibc: bool,
    pub generate_c: bool,
    pub generate_ir: bool,
    pub lib_use: Vec<(String, Use)>,
    pub export: Vec<String>,
    pub config: Vec<String>,
    pub warnings: Vec<String>,
}

Fields

Methods

impl TargetOptions
[src]

Trait Implementations

impl Clone for TargetOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TargetOptions
[src]

Formats the value using the given formatter.

impl Default for TargetOptions
[src]

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