Struct dsp::signal::GenMut [] [src]

pub struct GenMut<G, F> { /* fields omitted */ }

A signal that generates frames using the given function which may mutate some state.

Trait Implementations

impl<G, F> Clone for GenMut<G, F> where
    F: Clone,
    G: Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<G, F> Iterator for GenMut<G, F> where
    G: FnMut() -> F, 
[src]