Struct dsp::signal::AddAmp
[−]
pub struct AddAmp<A, B> { // some fields omitted }
An iterator that yields the sum of the frames yielded by both other
and self
in lock-step.
Trait Implementations
impl<A, B> Clone for AddAmp<A, B> where A: Clone, B: Clone
fn clone(&self) -> AddAmp<A, B>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more