Enum goxlr_types::CompressorAttackTime
source · [−]pub enum CompressorAttackTime {
Show 20 variants
Comp0ms,
Comp2ms,
Comp3ms,
Comp4ms,
Comp5ms,
Comp6ms,
Comp7ms,
Comp8ms,
Comp9ms,
Comp10ms,
Comp12ms,
Comp14ms,
Comp16ms,
Comp18ms,
Comp20ms,
Comp23ms,
Comp26ms,
Comp30ms,
Comp35ms,
Comp40ms,
}
Variants
Comp0ms
Comp2ms
Comp3ms
Comp4ms
Comp5ms
Comp6ms
Comp7ms
Comp8ms
Comp9ms
Comp10ms
Comp12ms
Comp14ms
Comp16ms
Comp18ms
Comp20ms
Comp23ms
Comp26ms
Comp30ms
Comp35ms
Comp40ms
Trait Implementations
sourceimpl ArgEnum for CompressorAttackTime
impl ArgEnum for CompressorAttackTime
sourceimpl Clone for CompressorAttackTime
impl Clone for CompressorAttackTime
sourcefn clone(&self) -> CompressorAttackTime
fn clone(&self) -> CompressorAttackTime
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 CompressorAttackTime
impl Debug for CompressorAttackTime
sourceimpl<'de> Deserialize<'de> for CompressorAttackTime
impl<'de> Deserialize<'de> for CompressorAttackTime
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 CompressorAttackTime
impl Display for CompressorAttackTime
sourceimpl IntoEnumIterator for CompressorAttackTime
impl IntoEnumIterator for CompressorAttackTime
type Iterator = CompressorAttackTimeIter
fn iter() -> CompressorAttackTimeIterⓘNotable traits for CompressorAttackTimeIterimpl Iterator for CompressorAttackTimeIter type Item = CompressorAttackTime;
sourceimpl Serialize for CompressorAttackTime
impl Serialize for CompressorAttackTime
impl Copy for CompressorAttackTime
impl StructuralPartialEq for CompressorAttackTime
Auto Trait Implementations
impl RefUnwindSafe for CompressorAttackTime
impl Send for CompressorAttackTime
impl Sync for CompressorAttackTime
impl Unpin for CompressorAttackTime
impl UnwindSafe for CompressorAttackTime
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<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