pub enum AudioDeviceType {
Input,
Output,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AudioDeviceType
impl Clone for AudioDeviceType
Source§fn clone(&self) -> AudioDeviceType
fn clone(&self) -> AudioDeviceType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AudioDeviceType
impl Debug for AudioDeviceType
Source§impl Hash for AudioDeviceType
impl Hash for AudioDeviceType
Source§impl PartialEq for AudioDeviceType
impl PartialEq for AudioDeviceType
impl Copy for AudioDeviceType
impl Eq for AudioDeviceType
impl StructuralPartialEq for AudioDeviceType
Auto Trait Implementations§
impl Freeze for AudioDeviceType
impl RefUnwindSafe for AudioDeviceType
impl Send for AudioDeviceType
impl Sync for AudioDeviceType
impl Unpin for AudioDeviceType
impl UnwindSafe for AudioDeviceType
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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