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 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more