Enum cpal::platform::StreamInner
source · pub enum StreamInner {
Alsa(Stream),
}
Expand description
Contains a platform specific Stream
implementation.
Variants§
Trait Implementations§
source§impl From<StreamInner> for Stream
impl From<StreamInner> for Stream
source§fn from(s: StreamInner) -> Self
fn from(s: StreamInner) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for StreamInner
impl Send for StreamInner
impl Sync for StreamInner
impl Unpin for StreamInner
impl !UnwindSafe for StreamInner
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