Enum vcd::VarType [] [src]

pub enum VarType {
    Real,
    Reg,
    Wire,
}

A type of variable, as used in the $var command

Variants

Trait Implementations

impl Debug for VarType
[src]

Formats the value using the given formatter.

impl Copy for VarType
[src]

impl Clone for VarType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for VarType
[src]

impl PartialEq for VarType
[src]

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

This method tests for !=.

impl FromStr for VarType
[src]

The associated error which can be returned from parsing.

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

impl Display for VarType
[src]

Formats the value using the given formatter. Read more