Struct waveform::misc::MinMaxPairSequence [] [src]

pub struct MinMaxPairSequence<T: Sample> {
    pub data: Vec<MinMaxPair<T>>,
}

Fields