pub struct Pcm<R: Read> { /* private fields */ }Expand description
Play audio from a pulse-code modulated audio file.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for Pcm<R>where
R: Freeze,
impl<R> RefUnwindSafe for Pcm<R>where
R: RefUnwindSafe,
impl<R> Send for Pcm<R>where
R: Send,
impl<R> Sync for Pcm<R>where
R: Sync,
impl<R> Unpin for Pcm<R>where
R: Unpin,
impl<R> UnwindSafe for Pcm<R>where
R: UnwindSafe,
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