pub enum AudioHandler {
Sink {
sink: Sink,
stream: OutputStream,
},
}Variants§
Sink
Trait Implementations§
Source§impl Clone for AudioHandler
impl Clone for AudioHandler
Source§impl From<(Sink, OutputStream)> for AudioHandler
impl From<(Sink, OutputStream)> for AudioHandler
Source§fn from(value: (Sink, OutputStream)) -> Self
fn from(value: (Sink, OutputStream)) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for AudioHandler
impl !RefUnwindSafe for AudioHandler
impl !UnwindSafe for AudioHandler
impl Send for AudioHandler
impl Sync for AudioHandler
impl Unpin for AudioHandler
impl UnsafeUnpin for AudioHandler
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