[−][src]Enum vcd::Command
An element in a VCD file.
Variants
Comment(String)A $comment command
Date(String)A $date command
Version(String)A $version command
Timescale(u32, TimescaleUnit)A $timescale command
A $scope command
An $upscope command
A $var command
An $enddefinitions command
Timestamp(u64)A #xxx timestamp
A 0a change to a scalar variable
A b0000 a change to a vector variable
A r1.234 a change to a real variable
A sSTART a change to a (real?) variable
Begin(SimulationCommand)A beginning of a simulation command. Unlike header commands, which are parsed atomically, simulation commands emit a Begin, followed by the data changes within them, followed by End.
End(SimulationCommand)An end of a simulation command.
Trait Implementations
Auto Trait Implementations
impl Send for Command
impl Sync for Command
impl Unpin for Command
impl RefUnwindSafe for Command
impl UnwindSafe for Command
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,