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
deps: bool
refs: bool
nolibc: bool
generate_c: bool
generate_ir: bool
lib_use: Vec<(String, Use)>
export: Vec<String>
config: Vec<String>
warnings: Vec<String>
Methods
impl TargetOptions[src]
fn new() -> TargetOptions
Trait Implementations
impl Clone for TargetOptions[src]
fn clone(&self) -> TargetOptions
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