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

Trait Implementations

impl Clone for Library
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Library
[src]

[src]

Formats the value using the given formatter.

impl From<Library> for Library
[src]

[src]

Performs the conversion.