Struct rustc::metadata::filesearch::FileSearch[src]
pub struct FileSearch<'a> {
pub sysroot: &'a Path,
pub addl_lib_search_paths: &'a RefCell<HashSet<Path>>,
pub triple: &'a str,
}Fields
sysroot | |
addl_lib_search_paths | |
triple |
pub struct FileSearch<'a> {
pub sysroot: &'a Path,
pub addl_lib_search_paths: &'a RefCell<HashSet<Path>>,
pub triple: &'a str,
}sysroot | |
addl_lib_search_paths | |
triple |
impl<'a> FileSearch<'a>fn for_each_lib_search_path(&self, f: |&Path| -> FileMatch)fn get_lib_path(&self) -> Pathfn search(&self, pick: pick)fn new(sysroot: &'a Path, triple: &'a str, addl_lib_search_paths: &'a RefCell<HashSet<Path>>) -> FileSearch<'a>fn add_dylib_search_paths(&self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).