Enum midi_msg::ChorusType
source · [−]pub enum ChorusType {
Chorus1,
Chorus2,
Chorus3,
Chorus4,
FBChorus,
Flanger,
}
Expand description
The type of chorus, used by GlobalParameterControl::chorus
.
Variants
Chorus1
Chorus2
Chorus3
Chorus4
FBChorus
Flanger
Trait Implementations
sourceimpl Clone for ChorusType
impl Clone for ChorusType
sourcefn clone(&self) -> ChorusType
fn clone(&self) -> ChorusType
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 moresourceimpl Debug for ChorusType
impl Debug for ChorusType
sourceimpl PartialEq<ChorusType> for ChorusType
impl PartialEq<ChorusType> for ChorusType
sourcefn eq(&self, other: &ChorusType) -> bool
fn eq(&self, other: &ChorusType) -> bool
impl Copy for ChorusType
impl Eq for ChorusType
impl StructuralEq for ChorusType
impl StructuralPartialEq for ChorusType
Auto Trait Implementations
impl RefUnwindSafe for ChorusType
impl Send for ChorusType
impl Sync for ChorusType
impl Unpin for ChorusType
impl UnwindSafe for ChorusType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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