Enum crabgrab::frame::AudioSampleRate
source · pub enum AudioSampleRate {
Hz8000,
Hz16000,
Hz24000,
Hz48000,
}
Expand description
The rate to capture audio samples
Variants§
Trait Implementations§
source§impl Clone for AudioSampleRate
impl Clone for AudioSampleRate
source§fn clone(&self) -> AudioSampleRate
fn clone(&self) -> AudioSampleRate
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 AudioSampleRate
impl Debug for AudioSampleRate
impl Copy for AudioSampleRate
Auto Trait Implementations§
impl Freeze for AudioSampleRate
impl RefUnwindSafe for AudioSampleRate
impl Send for AudioSampleRate
impl Sync for AudioSampleRate
impl Unpin for AudioSampleRate
impl UnwindSafe for AudioSampleRate
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