Enum vcd::VarType
[−]
[src]
pub enum VarType {
Real,
Reg,
Wire,
}A type of variable, as used in the $var command.
Variants
RealRegWireTrait Implementations
impl Debug for VarType[src]
impl Copy for VarType[src]
impl Clone for VarType[src]
fn clone(&self) -> VarType
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
impl Eq for VarType[src]
impl PartialEq for VarType[src]
fn eq(&self, __arg_0: &VarType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl FromStr for VarType[src]
type Err = InvalidData
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Self, Self::Err>
Parses a string s to return a value of this type. Read more