pub enum SampleRate {
Rate8kHz = 8_000,
Rate16kHz = 16_000,
Rate32kHz = 32_000,
Rate48kHz = 48_000,
}
Variants§
Trait Implementations§
Source§impl Debug for SampleRate
impl Debug for SampleRate
Auto Trait Implementations§
impl Freeze for SampleRate
impl RefUnwindSafe for SampleRate
impl Send for SampleRate
impl Sync for SampleRate
impl Unpin for SampleRate
impl UnwindSafe for SampleRate
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