Struct vcpkg::Library [] [src]

pub struct Library {
    pub link_paths: Vec<PathBuf>,
    pub include_paths: Vec<PathBuf>,
    pub cargo_metadata: Vec<String>,
}

Fields

Methods

impl Library
[src]

Trait Implementations

impl Debug for Library
[src]

Formats the value using the given formatter.