Struct rustc_metadata::cstore::LinkMeta [] [src]

pub struct LinkMeta {
    pub crate_name: Symbol,
    pub crate_hash: Svh,
}
🔬 This is a nightly-only experimental API. (rustc_private)

Fields

🔬 This is a nightly-only experimental API. (rustc_private)
🔬 This is a nightly-only experimental API. (rustc_private)

Trait Implementations

impl Clone for LinkMeta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LinkMeta
[src]

Formats the value using the given formatter.