Struct rustc::metadata::cstore::CrateSource[src]
pub struct CrateSource {
pub dylib: Option<Path>,
pub rlib: Option<Path>,
pub cnum: CrateNum,
}Fields
dylib | |
rlib | |
cnum |
pub struct CrateSource {
pub dylib: Option<Path>,
pub rlib: Option<Path>,
pub cnum: CrateNum,
}dylib | |
rlib | |
cnum |
impl Clone for CrateSourcefn clone(&self) -> CrateSourcefn clone_from(&mut self, source: &Self)impl PartialEq for CrateSourcefn eq(&self, __arg_0: &CrateSource) -> boolfn ne(&self, __arg_0: &CrateSource) -> bool
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).