pub struct MonoToStereo<T: ?Sized>(/* private fields */);Expand description
Adapts a mono signal to output stereo by duplicating its output
Implementations§
Source§impl<T> MonoToStereo<T>
impl<T> MonoToStereo<T>
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for MonoToStereo<T>
impl<T> RefUnwindSafe for MonoToStereo<T>where
T: RefUnwindSafe + ?Sized,
impl<T> Send for MonoToStereo<T>
impl<T> Sync for MonoToStereo<T>
impl<T> Unpin for MonoToStereo<T>
impl<T> UnwindSafe for MonoToStereo<T>where
T: UnwindSafe + ?Sized,
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