pub struct MonoMixerProcessor;Expand description
Процессор, смешивающий два канала в моно
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MonoMixerProcessor
impl RefUnwindSafe for MonoMixerProcessor
impl Send for MonoMixerProcessor
impl Sync for MonoMixerProcessor
impl Unpin for MonoMixerProcessor
impl UnsafeUnpin for MonoMixerProcessor
impl UnwindSafe for MonoMixerProcessor
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