Struct dsp::signal::MulAmp
[−]
pub struct MulAmp<A, B> { // some fields omitted }
An iterator that yields the product of the frames yielded by both other
and self
in
lock-step.
Trait Implementations
impl<A, B> Clone for MulAmp<A, B> where A: Clone, B: Clone
fn clone(&self) -> MulAmp<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