pub struct PlaybackStreamHandle { /* private fields */ }Expand description
Handle for streaming audio chunks to the playback buffer. Drop the handle to signal end of stream.
Implementations§
Auto Trait Implementations§
impl Freeze for PlaybackStreamHandle
impl RefUnwindSafe for PlaybackStreamHandle
impl Send for PlaybackStreamHandle
impl Sync for PlaybackStreamHandle
impl Unpin for PlaybackStreamHandle
impl UnwindSafe for PlaybackStreamHandle
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