Struct rustc_ap_rustc_session::filesearch::FileSearch [−][src]
pub struct FileSearch<'a> { /* fields omitted */ }Implementations
pub fn new(
sysroot: &'a Path,
triple: &'a str,
search_paths: &'a [SearchPath],
tlib_path: &'a SearchPath,
kind: PathKind
) -> FileSearch<'a>Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for FileSearch<'a>impl<'a> Send for FileSearch<'a>impl<'a> Sync for FileSearch<'a>impl<'a> Unpin for FileSearch<'a>impl<'a> UnwindSafe for FileSearch<'a>Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V