Struct klib::core::base::PlaybackHandle
source · 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: OutputStream,
stream_handle: OutputStreamHandle,
sinks: Vec<Sink>
) -> Self
pub fn new( stream: OutputStream, stream_handle: OutputStreamHandle, sinks: Vec<Sink> ) -> Self
Creates a new [PlayableResult].
Auto Trait Implementations§
impl !RefUnwindSafe for PlaybackHandle
impl !Send for PlaybackHandle
impl !Sync for PlaybackHandle
impl Unpin for PlaybackHandle
impl !UnwindSafe 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