pub enum Selector {
Devfs(DevfsSelector),
Registry(RegistrySelector),
}
Expand description
Identifies a single audio device.
Variants§
Devfs(DevfsSelector)
Registry(RegistrySelector)
Trait Implementations§
Source§impl From<Selector> for DeviceSelector
impl From<Selector> for DeviceSelector
Source§impl Ord for Selector
impl Ord for Selector
Source§impl PartialOrd for Selector
impl PartialOrd for Selector
Source§impl TryFrom<DeviceSelector> for Selector
impl TryFrom<DeviceSelector> for Selector
impl Eq for Selector
impl StructuralPartialEq for Selector
Auto Trait Implementations§
impl Freeze for Selector
impl RefUnwindSafe for Selector
impl Send for Selector
impl Sync for Selector
impl Unpin for Selector
impl UnwindSafe for Selector
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)