pub struct PlaybackHandle { /* private fields */ }Expand description
A struct for holding the types for a Playable.
Implementations§
Source§impl PlaybackHandle
impl PlaybackHandle
Sourcepub fn new(stream_handle: OutputStream, sinks: Vec<Sink>) -> Self
pub fn new(stream_handle: OutputStream, sinks: Vec<Sink>) -> Self
Creates a new [PlayableResult].
Auto Trait Implementations§
impl !RefUnwindSafe for PlaybackHandle
impl !UnwindSafe for PlaybackHandle
impl Freeze for PlaybackHandle
impl Send for PlaybackHandle
impl Sync for PlaybackHandle
impl Unpin for PlaybackHandle
impl UnsafeUnpin for PlaybackHandle
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