Struct vcd::IdCode [] [src]

pub struct IdCode(_);

An ID used within the file to refer to a particular variable.

Trait Implementations

impl Debug for IdCode
[src]

Formats the value using the given formatter.

impl Copy for IdCode
[src]

impl Clone for IdCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for IdCode
[src]

impl PartialEq for IdCode
[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 IdCode
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl FromStr for IdCode
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl From<u32> for IdCode
[src]

Performs the conversion.

impl Display for IdCode
[src]

Formats the value using the given formatter. Read more