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