Struct pkg_config::Library[][src]

pub struct Library {
    pub libs: Vec<String>,
    pub link_paths: Vec<PathBuf>,
    pub frameworks: Vec<String>,
    pub framework_paths: Vec<PathBuf>,
    pub include_paths: Vec<PathBuf>,
    pub defines: HashMap<String, Option<String>>,
    pub version: String,
    // some fields omitted
}

Fields

Trait Implementations

impl Debug for Library
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Library

impl Sync for Library