pub enum RecordingInput {
LineIn,
Microphone,
}Expand description
Specifies the input used for recording
Variants§
Trait Implementations§
Source§impl Clone for RecordingInput
impl Clone for RecordingInput
Source§fn clone(&self) -> RecordingInput
fn clone(&self) -> RecordingInput
Returns a duplicate 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 RecordingInput
impl Debug for RecordingInput
Source§impl Hash for RecordingInput
impl Hash for RecordingInput
Source§impl PartialEq for RecordingInput
impl PartialEq for RecordingInput
impl Copy for RecordingInput
impl Eq for RecordingInput
impl StructuralPartialEq for RecordingInput
Auto Trait Implementations§
impl Freeze for RecordingInput
impl RefUnwindSafe for RecordingInput
impl Send for RecordingInput
impl Sync for RecordingInput
impl Unpin for RecordingInput
impl UnwindSafe for RecordingInput
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