Struct waveform::misc::MinMaxPair [] [src]

pub struct MinMaxPair<T: Sample> {
    pub min: T,
    pub max: T,
}

A pair of a minimum and maximum amplitude values for internal use.

Fields

Trait Implementations

impl<T: Copy + Sample> Copy for MinMaxPair<T>
[src]

impl<T: Clone + Sample> Clone for MinMaxPair<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more