pub struct Mixer<T>where
T: Copy + Debug + MixingCoefficient,
T::Coef: AddAssign + Copy + Debug + Default + Mul<T::Coef, Output = T::Coef>,{ /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Mixer<T>where
<T as MixingCoefficient>::Coef: Sized,
impl<T> RefUnwindSafe for Mixer<T>where
<T as MixingCoefficient>::Coef: Sized + RefUnwindSafe,
impl<T> Send for Mixer<T>
impl<T> Sync for Mixer<T>
impl<T> Unpin for Mixer<T>
impl<T> UnwindSafe for Mixer<T>where
<T as MixingCoefficient>::Coef: Sized + UnwindSafe,
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