Enum vcd::TimescaleUnit
[−]
[src]
pub enum TimescaleUnit {
S,
MS,
US,
NS,
PS,
FS,
}A unit of time for the $timescale command
Variants
SMSUSNSPSFSTrait Implementations
impl Debug for TimescaleUnit[src]
impl Copy for TimescaleUnit[src]
impl Clone for TimescaleUnit[src]
fn clone(&self) -> TimescaleUnit
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 TimescaleUnit[src]
impl PartialEq for TimescaleUnit[src]
fn eq(&self, __arg_0: &TimescaleUnit) -> 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 TimescaleUnit[src]
type Err = Error
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