pub struct DualMixer { /* private fields */ }Expand description
Triple logistic mixer (fine + medium + coarse).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DualMixer
impl RefUnwindSafe for DualMixer
impl Send for DualMixer
impl Sync for DualMixer
impl Unpin for DualMixer
impl UnsafeUnpin for DualMixer
impl UnwindSafe for DualMixer
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