Struct dinghy_lib::Build
[−]
[src]
pub struct Build {
pub build_args: BuildArgs,
pub dynamic_libraries: Vec<PathBuf>,
pub runnables: Vec<Runnable>,
pub target_path: PathBuf,
}Fields
build_args: BuildArgs
dynamic_libraries: Vec<PathBuf>
runnables: Vec<Runnable>
target_path: PathBuf
Trait Implementations
impl Clone for Build[src]
fn clone(&self) -> Build[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more