Struct dsp::signal::Gen [] [src]

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

A signal that generates frames using the given function.

Trait Implementations

impl<G, F> Clone for Gen<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 Gen<G, F> where
    G: Fn() -> F, 
[src]