Enum system_deps::Source
source · [−]pub enum Source {
PkgConfig,
EnvVariables,
}Expand description
From where the library settings have been retrieved
Variants
PkgConfig
Settings have been retrieved from pkg-config
EnvVariables
Settings have been defined using user defined environment variables
Trait Implementations
impl Eq for Source
impl StructuralEq for Source
impl StructuralPartialEq for Source
Auto Trait Implementations
impl RefUnwindSafe for Source
impl Send for Source
impl Sync for Source
impl Unpin for Source
impl UnwindSafe for Source
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more