Enum fluidsynth::modulator::ModulatorSource[][src]

#[repr(C)]
pub enum ModulatorSource { None, Velocity, Key, KeyPressure, ChannelPressure, PitchWheel, PitchWheelSens, }

Variants

Trait Implementations

impl PartialEq for ModulatorSource
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for ModulatorSource
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations