Enum system_deps::Source [−][src]
pub enum Source {
PkgConfig,
EnvVariables,
}Expand description
From where the library settings have been retrieved
Variants
Settings have been retrieved from pkg-config
Settings have been defined using user defined environment variables
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Sourceimpl UnwindSafe for Source