pub enum VibChorus {
V1,
C1,
V2,
C2,
V3,
C3,
}Expand description
A vibrato (V) or chorus (C) organ modulation at one of three depths.
Which subset an organ offers is the model’s business, and so is the index each sits at — see the per-model tables beside the organ panel.
Variants§
Trait Implementations§
impl Copy for VibChorus
impl Eq for VibChorus
impl StructuralPartialEq for VibChorus
Auto Trait Implementations§
impl Freeze for VibChorus
impl RefUnwindSafe for VibChorus
impl Send for VibChorus
impl Sync for VibChorus
impl Unpin for VibChorus
impl UnsafeUnpin for VibChorus
impl UnwindSafe for VibChorus
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.