Enum vcd::SimulationCommand
[−]
[src]
pub enum SimulationCommand {
Dumpall,
Dumpoff,
Dumpon,
Dumpvars,
}A simulation command type, used in Command::Begin and Command::End
Variants
DumpallDumpoffDumponDumpvarsTrait Implementations
impl Debug for SimulationCommand[src]
impl Copy for SimulationCommand[src]
impl Clone for SimulationCommand[src]
fn clone(&self) -> SimulationCommand
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 SimulationCommand[src]
impl PartialEq for SimulationCommand[src]
fn eq(&self, __arg_0: &SimulationCommand) -> 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 !=.