pub enum ModSource {
Lfo1,
Lfo2,
Env1,
Env2,
Velocity,
Aftertouch,
ModWheel,
Random,
Constant,
}Variants§
Trait Implementations§
impl Copy for ModSource
impl Eq for ModSource
impl StructuralPartialEq for ModSource
Auto Trait Implementations§
impl Freeze for ModSource
impl RefUnwindSafe for ModSource
impl Send for ModSource
impl Sync for ModSource
impl Unpin for ModSource
impl UnsafeUnpin for ModSource
impl UnwindSafe for ModSource
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.