Struct rustc_trans::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
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Clone for LinkMeta
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