#[repr(u32)]pub enum NoiseSuppression_SuppressionLevel {
LOW = 0,
MODERATE = 1,
HIGH = 2,
VERY_HIGH = 3,
}Expand description
A level of noise suppression.
Variants§
Trait Implementations§
Source§impl Clone for NoiseSuppression_SuppressionLevel
impl Clone for NoiseSuppression_SuppressionLevel
Source§fn clone(&self) -> NoiseSuppression_SuppressionLevel
fn clone(&self) -> NoiseSuppression_SuppressionLevel
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 PartialEq for NoiseSuppression_SuppressionLevel
impl PartialEq for NoiseSuppression_SuppressionLevel
Source§fn eq(&self, other: &NoiseSuppression_SuppressionLevel) -> bool
fn eq(&self, other: &NoiseSuppression_SuppressionLevel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for NoiseSuppression_SuppressionLevel
impl Eq for NoiseSuppression_SuppressionLevel
impl StructuralPartialEq for NoiseSuppression_SuppressionLevel
Auto Trait Implementations§
impl Freeze for NoiseSuppression_SuppressionLevel
impl RefUnwindSafe for NoiseSuppression_SuppressionLevel
impl Send for NoiseSuppression_SuppressionLevel
impl Sync for NoiseSuppression_SuppressionLevel
impl Unpin for NoiseSuppression_SuppressionLevel
impl UnwindSafe for NoiseSuppression_SuppressionLevel
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