pub struct AudioOutput { /* private fields */ }Expand description
Real audio output via cpal. Owns the stream; dropping it stops audio.
Implementations§
Source§impl AudioOutput
impl AudioOutput
Auto Trait Implementations§
impl !RefUnwindSafe for AudioOutput
impl !UnwindSafe for AudioOutput
impl Freeze for AudioOutput
impl Send for AudioOutput
impl Sync for AudioOutput
impl Unpin for AudioOutput
impl UnsafeUnpin for AudioOutput
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