Enum waveform::misc::TimeRange [] [src]

pub enum TimeRange {
    Seconds(f64f64),
    Samples(usizeusize),
}

Time range specifiers used to determine which part of the wave to plot.

Variants

Methods

impl TimeRange
[src]

[src]

Trait Implementations

impl Copy for TimeRange
[src]

impl Clone for TimeRange
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more