Enum goxlr_types::EncoderName
source · [−]pub enum EncoderName {
Pitch,
Gender,
Reverb,
Echo,
}
Variants
Pitch
Gender
Reverb
Echo
Trait Implementations
sourceimpl ArgEnum for EncoderName
impl ArgEnum for EncoderName
sourceimpl Clone for EncoderName
impl Clone for EncoderName
sourcefn clone(&self) -> EncoderName
fn clone(&self) -> EncoderName
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 EncoderName
impl Debug for EncoderName
sourceimpl<'de> Deserialize<'de> for EncoderName
impl<'de> Deserialize<'de> for EncoderName
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 EncoderName
impl Display for EncoderName
sourceimpl EnumCount for EncoderName
impl EnumCount for EncoderName
sourceimpl IntoEnumIterator for EncoderName
impl IntoEnumIterator for EncoderName
type Iterator = EncoderNameIter
fn iter() -> EncoderNameIterⓘNotable traits for EncoderNameIterimpl Iterator for EncoderNameIter type Item = EncoderName;
sourceimpl PartialEq<EncoderName> for EncoderName
impl PartialEq<EncoderName> for EncoderName
sourceimpl Serialize for EncoderName
impl Serialize for EncoderName
impl Copy for EncoderName
impl Eq for EncoderName
impl StructuralEq for EncoderName
impl StructuralPartialEq for EncoderName
Auto Trait Implementations
impl RefUnwindSafe for EncoderName
impl Send for EncoderName
impl Sync for EncoderName
impl Unpin for EncoderName
impl UnwindSafe for EncoderName
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