Struct rodio::dynamic_mixer::DynamicMixerController
source · pub struct DynamicMixerController<S> { /* private fields */ }
Expand description
The input of the mixer.
Implementations§
Auto Trait Implementations§
impl<S> RefUnwindSafe for DynamicMixerController<S>
impl<S> Send for DynamicMixerController<S>
impl<S> Sync for DynamicMixerController<S>
impl<S> Unpin for DynamicMixerController<S>
impl<S> UnwindSafe for DynamicMixerController<S>
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