Struct rustc_metadata::decoder::CrateDep
[−]
[src]
pub struct CrateDep { pub cnum: CrateNum, pub name: String, pub hash: Svh, pub explicitly_linked: bool, }
Unstable (
rustc_private
)Fields
cnum: CrateNum
Unstable (
rustc_private
)name: String
Unstable (
rustc_private
)hash: Svh
Unstable (
rustc_private
)explicitly_linked: bool
Unstable (
rustc_private
)Trait Implementations
Derived Implementations
impl Clone for CrateDep
[src]
fn clone(&self) -> CrateDep
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