pub struct MixerStage { /* private fields */ }Expand description
Mixer stage: sums multiple input blocks into one.
Call add_input for each input block, then mix to produce the sum.
Implementations§
Trait Implementations§
Source§impl Default for MixerStage
impl Default for MixerStage
Auto Trait Implementations§
impl Freeze for MixerStage
impl RefUnwindSafe for MixerStage
impl Send for MixerStage
impl Sync for MixerStage
impl Unpin for MixerStage
impl UnwindSafe for MixerStage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more