Enum vcd::SimulationCommand [] [src]

pub enum SimulationCommand {
    Dumpall,
    Dumpoff,
    Dumpon,
    Dumpvars,
}

A simulation command type, used in Command::Begin and Command::End

Variants

Trait Implementations

impl Debug for SimulationCommand
[src]

Formats the value using the given formatter.

impl Copy for SimulationCommand
[src]

impl Clone for SimulationCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for SimulationCommand
[src]

impl PartialEq for SimulationCommand
[src]

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

This method tests for !=.

impl Display for SimulationCommand
[src]

Formats the value using the given formatter. Read more