Struct rustc_session::cstore::CrateSource
source · pub struct CrateSource {
pub dylib: Option<(PathBuf, PathKind)>,
pub rlib: Option<(PathBuf, PathKind)>,
pub rmeta: Option<(PathBuf, PathKind)>,
}
Expand description
Where a crate came from on the local filesystem. One of these three options must be non-None.
Fields
dylib: Option<(PathBuf, PathKind)>
rlib: Option<(PathBuf, PathKind)>
rmeta: Option<(PathBuf, PathKind)>
Implementations
Trait Implementations
sourceimpl Clone for CrateSource
impl Clone for CrateSource
sourcefn clone(&self) -> CrateSource
fn clone(&self) -> CrateSource
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CrateSource
impl Debug for CrateSource
sourceimpl<__CTX> HashStable<__CTX> for CrateSourcewhere
__CTX: HashStableContext,
impl<__CTX> HashStable<__CTX> for CrateSourcewhere
__CTX: HashStableContext,
fn hash_stable(&self, __hcx: &mut __CTX, __hasher: &mut StableHasher)
sourceimpl PartialEq<CrateSource> for CrateSource
impl PartialEq<CrateSource> for CrateSource
sourcefn eq(&self, other: &CrateSource) -> bool
fn eq(&self, other: &CrateSource) -> bool
impl StructuralPartialEq for CrateSource
Auto Trait Implementations
impl RefUnwindSafe for CrateSource
impl Send for CrateSource
impl Sync for CrateSource
impl Unpin for CrateSource
impl UnwindSafe for CrateSource
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 96 bytes