Struct rustc::middle::cstore::LinkMeta
[−]
[src]
pub struct LinkMeta { pub crate_name: String, pub crate_hash: Svh, }
Unstable (
rustc_private
)Fields
crate_name: String
Unstable (
rustc_private
)crate_hash: Svh
Unstable (
rustc_private
)Trait Implementations
Derived Implementations
impl Debug for LinkMeta
[src]
impl Clone for LinkMeta
[src]
fn clone(&self) -> LinkMeta
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