Struct system_deps::Dependencies [−][src]
pub struct Dependencies { /* fields omitted */ }
Expand description
All the system dependencies retrieved by Config::probe.
Implementations
Retrieve details about a system dependency.
Arguments
name
: the name of thetoml
key defining the dependency inCargo.toml
An iterator visiting all system dependencies in arbitrary order.
The first element of the tuple is the name of the toml
key defining the
dependency in Cargo.toml
.
An iterator returning each Library::libs of each library, removing duplicates.
An iterator returning each Library::link_paths of each library, removing duplicates.
An iterator returning each Library::frameworks of each library, removing duplicates.
An iterator returning each Library::framework_paths of each library, removing duplicates.
An iterator returning each Library::include_paths of each library, removing duplicates.
An iterator returning each Library::defines of each library, removing duplicates.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for Dependencies
impl Send for Dependencies
impl Sync for Dependencies
impl Unpin for Dependencies
impl UnwindSafe for Dependencies