Struct rustc_trans::back::svh::Svh [] [src]

pub struct Svh { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (rustc_private)

Methods

impl Svh
[src]

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

Create a new Svh given the hash. If you actually want to compute the SVH from some HIR, you want the calculate_svh function found in librustc_incremental.

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

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

Trait Implementations

impl Decodable for Svh
[src]

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

impl Display for Svh
[src]

Formats the value using the given formatter. Read more

impl PartialEq<Svh> for Svh
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for Svh
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Clone for Svh
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Svh
[src]

impl Debug for Svh
[src]

Formats the value using the given formatter.

impl Encodable for Svh
[src]

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

impl Copy for Svh
[src]