Struct sample::signal::IntoInterleavedSamples[][src]

pub struct IntoInterleavedSamples<S> where
    S: Signal
{ /* fields omitted */ }

Converts a Signal to a type that yields the individual interleaved samples.

Methods

impl<S> IntoInterleavedSamples<S> where
    S: Signal
[src]

Yield the next interleaved sample from the inner Signal.

Important traits for IntoInterleavedSamplesIterator<S>

Convert the ToInterleavedSamples into an Iterator.

Trait Implementations

impl<S> Clone for IntoInterleavedSamples<S> where
    S: Signal + Clone,
    <S::Frame as Frame>::Channels: Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<S> Send for IntoInterleavedSamples<S> where
    S: Send,
    <<S as Signal>::Frame as Frame>::Channels: Send

impl<S> Sync for IntoInterleavedSamples<S> where
    S: Sync,
    <<S as Signal>::Frame as Frame>::Channels: Sync