#[repr(u32)]pub enum AudioPreprocessorType {
NO_AUDIOPREPROCESSOR = 0,
SPEEXDSP_AUDIOPREPROCESSOR = 1,
TEAMTALK_AUDIOPREPROCESSOR = 2,
WEBRTC_AUDIOPREPROCESSOR_OBSOLETE_R4332 = 3,
WEBRTC_AUDIOPREPROCESSOR = 4,
}Variants§
NO_AUDIOPREPROCESSOR = 0
SPEEXDSP_AUDIOPREPROCESSOR = 1
TEAMTALK_AUDIOPREPROCESSOR = 2
WEBRTC_AUDIOPREPROCESSOR_OBSOLETE_R4332 = 3
WEBRTC_AUDIOPREPROCESSOR = 4
Trait Implementations§
Source§impl Clone for AudioPreprocessorType
impl Clone for AudioPreprocessorType
Source§fn clone(&self) -> AudioPreprocessorType
fn clone(&self) -> AudioPreprocessorType
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 AudioPreprocessorType
impl Debug for AudioPreprocessorType
Source§impl Hash for AudioPreprocessorType
impl Hash for AudioPreprocessorType
Source§impl PartialEq for AudioPreprocessorType
impl PartialEq for AudioPreprocessorType
impl Copy for AudioPreprocessorType
impl Eq for AudioPreprocessorType
impl StructuralPartialEq for AudioPreprocessorType
Auto Trait Implementations§
impl Freeze for AudioPreprocessorType
impl RefUnwindSafe for AudioPreprocessorType
impl Send for AudioPreprocessorType
impl Sync for AudioPreprocessorType
impl Unpin for AudioPreprocessorType
impl UnwindSafe for AudioPreprocessorType
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