Struct build_probe_mpi::Library
[−]
[src]
pub struct Library {
pub libs: Vec<String>,
pub lib_paths: Vec<PathBuf>,
pub include_paths: Vec<PathBuf>,
pub version: String,
// some fields omitted
}Fields
libs: Vec<String>
lib_paths: Vec<PathBuf>
include_paths: Vec<PathBuf>
version: String
Trait Implementations
impl Clone for Library[src]
fn clone(&self) -> Library[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