Struct rustc_typeck::middle::cstore::CrateSource   
                   
                       [−]
                   
               [src]
pub struct CrateSource {
    pub dylib: Option<(PathBuf, PathKind)>,
    pub rlib: Option<(PathBuf, PathKind)>,
    pub cnum: u32,
}Unstable (
rustc_private)Fields
dylib: Option<(PathBuf, PathKind)>
                           Unstable (
rustc_private)rlib: Option<(PathBuf, PathKind)>
                           Unstable (
rustc_private)cnum: u32
                           Unstable (
rustc_private)Trait Implementations
Derived Implementations
impl Debug for CrateSource
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Clone for CrateSource
fn clone(&self) -> CrateSource
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq<CrateSource> for CrateSource
fn eq(&self, __arg_0: &CrateSource) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &CrateSource) -> bool
This method tests for !=.