pub enum WaveChannelMixerOptions {
Pick(u16),
Mean,
}
Expand description
The type representing the options to mix.
Variants§
Auto Trait Implementations§
impl Freeze for WaveChannelMixerOptions
impl RefUnwindSafe for WaveChannelMixerOptions
impl Send for WaveChannelMixerOptions
impl Sync for WaveChannelMixerOptions
impl Unpin for WaveChannelMixerOptions
impl UnwindSafe for WaveChannelMixerOptions
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