Enum desim::EndCondition [] [src]

pub enum EndCondition {
    Time(f64),
    NoEvents,
}

Specify which condition must be met for the simulation to stop.

Variants

Trait Implementations

Auto Trait Implementations

impl Send for EndCondition

impl Sync for EndCondition