Struct pkg_config::Config
[−]
[src]
pub struct Config {
// some fields omitted
}Methods
impl Config[src]
fn new() -> Config
Creates a new set of configuration options which are all initially set to "blank".
fn statik(&mut self, statik: bool) -> &mut Config
Indicate whether the --static flag should be passed.
This will override the inference from environment variables described in the crate documentation.
fn atleast_version(&mut self, vers: &str) -> &mut Config
Indicate that the library must be at least version vers.
fn find(&self, name: &str) -> Result<Library, String>
Run pkg-config to find the library name.
This will use all configuration previously set to specify how
pkg-config is run.
Trait Implementations
impl Clone for Config[src]
fn clone(&self) -> Config
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more