pub struct VcdWriter<W>where
    W: Write,
{ /* private fields */ }
Expand description

A writer for VCD files.

Write VCD files based on pin states.

Implementations§

Write a timestamp to the VCD file.

A timestamp represents a point in time that is used for the following pin states.

Sample all pins and write their state to the VCD file.

All assigned pins will be sampled and their state is written according to the variable configuration.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.