pub struct AudioSourceFanOut<F, K>where
F: SampleFormat,
K: IntoAudioSource,{ /* private fields */ }Implementations§
Source§impl<F, K> AudioSourceFanOut<F, K>where
F: SampleFormat + 'static,
K: IntoAudioSource<Format = F>,
impl<F, K> AudioSourceFanOut<F, K>where
F: SampleFormat + 'static,
K: IntoAudioSource<Format = F>,
Auto Trait Implementations§
impl<F, K> Freeze for AudioSourceFanOut<F, K>where
K: Freeze,
impl<F, K> RefUnwindSafe for AudioSourceFanOut<F, K>where
K: RefUnwindSafe,
impl<F, K> Send for AudioSourceFanOut<F, K>where
K: Send,
impl<F, K> Sync for AudioSourceFanOut<F, K>where
K: Sync,
impl<F, K> Unpin for AudioSourceFanOut<F, K>where
K: Unpin,
impl<F, K> UnsafeUnpin for AudioSourceFanOut<F, K>where
K: UnsafeUnpin,
impl<F, K> UnwindSafe for AudioSourceFanOut<F, K>where
K: 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