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