pub struct SpeakersSink<'a, F: Frame<Chan = Ch32>>(/* private fields */);Expand description
A sink that consumes audio samples and plays them through the speakers.
Trait Implementations§
Auto Trait Implementations§
impl<'a, F> Freeze for SpeakersSink<'a, F>where
F: Freeze,
impl<'a, F> RefUnwindSafe for SpeakersSink<'a, F>where
F: RefUnwindSafe,
impl<'a, F> !Send for SpeakersSink<'a, F>
impl<'a, F> !Sync for SpeakersSink<'a, F>
impl<'a, F> Unpin for SpeakersSink<'a, F>
impl<'a, F> !UnwindSafe for SpeakersSink<'a, F>
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