Enum goxlr_types::MicrophoneParamKey
source · [−]pub enum MicrophoneParamKey {
Show 26 variants
MicType,
DynamicGain,
CondenserGain,
JackGain,
GateThreshold,
GateAttack,
GateRelease,
GateAttenuation,
CompressorThreshold,
CompressorRatio,
CompressorAttack,
CompressorRelease,
CompressorMakeUpGain,
BleepLevel,
Equalizer90HzFrequency,
Equalizer90HzGain,
Equalizer250HzFrequency,
Equalizer250HzGain,
Equalizer500HzFrequency,
Equalizer500HzGain,
Equalizer1KHzFrequency,
Equalizer1KHzGain,
Equalizer3KHzFrequency,
Equalizer3KHzGain,
Equalizer8KHzFrequency,
Equalizer8KHzGain,
}
Variants
MicType
DynamicGain
CondenserGain
JackGain
GateThreshold
GateAttack
GateRelease
GateAttenuation
CompressorThreshold
CompressorRatio
CompressorAttack
CompressorRelease
CompressorMakeUpGain
BleepLevel
Equalizer90HzFrequency
Equalizer90HzGain
Equalizer250HzFrequency
Equalizer250HzGain
Equalizer500HzFrequency
Equalizer500HzGain
Equalizer1KHzFrequency
Equalizer1KHzGain
Equalizer3KHzFrequency
Equalizer3KHzGain
Equalizer8KHzFrequency
Equalizer8KHzGain
Trait Implementations
sourceimpl ArgEnum for MicrophoneParamKey
impl ArgEnum for MicrophoneParamKey
sourceimpl Clone for MicrophoneParamKey
impl Clone for MicrophoneParamKey
sourcefn clone(&self) -> MicrophoneParamKey
fn clone(&self) -> MicrophoneParamKey
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for MicrophoneParamKey
impl Debug for MicrophoneParamKey
sourceimpl<'de> Deserialize<'de> for MicrophoneParamKey
impl<'de> Deserialize<'de> for MicrophoneParamKey
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Display for MicrophoneParamKey
impl Display for MicrophoneParamKey
sourceimpl EnumCount for MicrophoneParamKey
impl EnumCount for MicrophoneParamKey
sourceimpl Hash for MicrophoneParamKey
impl Hash for MicrophoneParamKey
sourceimpl IntoEnumIterator for MicrophoneParamKey
impl IntoEnumIterator for MicrophoneParamKey
type Iterator = MicrophoneParamKeyIter
fn iter() -> MicrophoneParamKeyIterⓘNotable traits for MicrophoneParamKeyIterimpl Iterator for MicrophoneParamKeyIter type Item = MicrophoneParamKey;
sourceimpl Serialize for MicrophoneParamKey
impl Serialize for MicrophoneParamKey
impl Copy for MicrophoneParamKey
impl Eq for MicrophoneParamKey
impl StructuralEq for MicrophoneParamKey
Auto Trait Implementations
impl RefUnwindSafe for MicrophoneParamKey
impl Send for MicrophoneParamKey
impl Sync for MicrophoneParamKey
impl Unpin for MicrophoneParamKey
impl UnwindSafe for MicrophoneParamKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more