Struct dsp::signal::Gen
[−]
[src]
pub struct Gen<G, F> { // some fields omitted }
A signal that generates frames using the given function.
pub struct Gen<G, F> { // some fields omitted }
A signal that generates frames using the given function.
impl<G, F> Iterator for Gen<G, F> where G: Fn() -> F
impl<G, F> Clone for Gen<G, F> where F: Clone, G: Clone