Struct dsp::signal::FromInterleavedSamples [] [src]

pub struct FromInterleavedSamples<I, F> where
    F: Frame<Sample = <I as Iterator>::Item>,
    I: Iterator,
    <I as Iterator>::Item: Sample
{ /* fields omitted */ }

An iterator that converts an iterator of Samples to an iterator of Frames.

Trait Implementations

impl<I, F> Clone for FromInterleavedSamples<I, F> where
    F: Clone + Frame<Sample = <I as Iterator>::Item>,
    I: Clone + Iterator,
    <I as Iterator>::Item: Sample
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<I, F> Iterator for FromInterleavedSamples<I, F> where
    F: Frame<Sample = <I as Iterator>::Item>,
    I: Iterator,
    <I as Iterator>::Item: Sample
[src]