Struct crabgrab::capture_stream::AudioCaptureConfig
source · pub struct AudioCaptureConfig { /* private fields */ }
Expand description
Configuration settings for audio streams
Implementations§
Trait Implementations§
source§impl Clone for AudioCaptureConfig
impl Clone for AudioCaptureConfig
source§fn clone(&self) -> AudioCaptureConfig
fn clone(&self) -> AudioCaptureConfig
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 AudioCaptureConfig
impl Debug for AudioCaptureConfig
source§impl MacosAudioCaptureConfigExt for AudioCaptureConfig
impl MacosAudioCaptureConfigExt for AudioCaptureConfig
fn set_exclude_current_process_audio( self, exclude_current_process_audio: bool ) -> Self
Auto Trait Implementations§
impl Freeze for AudioCaptureConfig
impl RefUnwindSafe for AudioCaptureConfig
impl Send for AudioCaptureConfig
impl Sync for AudioCaptureConfig
impl Unpin for AudioCaptureConfig
impl UnwindSafe for AudioCaptureConfig
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