pub struct AudioPlayback { /* private fields */ }Expand description
Speaker audio playback stream.
Wraps cpal output stream. Currently a stub.
Implementations§
Auto Trait Implementations§
impl Freeze for AudioPlayback
impl RefUnwindSafe for AudioPlayback
impl Send for AudioPlayback
impl Sync for AudioPlayback
impl Unpin for AudioPlayback
impl UnsafeUnpin for AudioPlayback
impl UnwindSafe for AudioPlayback
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