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 version: String,
    // some fields omitted
}

Fields

libs: Vec<String> link_paths: Vec<PathBuf> frameworks: Vec<String> framework_paths: Vec<PathBuf> include_paths: Vec<PathBuf> version: String

Trait Implementations

impl Debug for Library
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.