#[repr(C)]pub enum ModulatorSource {
None = 0,
Velocity = 2,
Key = 3,
KeyPressure = 10,
ChannelPressure = 13,
PitchWheel = 14,
PitchWheelSens = 16,
}
Variants§
None = 0
Velocity = 2
Key = 3
KeyPressure = 10
ChannelPressure = 13
PitchWheel = 14
PitchWheelSens = 16
Trait Implementations§
Source§impl Debug for ModulatorSource
impl Debug for ModulatorSource
Source§impl PartialEq for ModulatorSource
impl PartialEq for ModulatorSource
impl StructuralPartialEq for ModulatorSource
Auto Trait Implementations§
impl Freeze for ModulatorSource
impl RefUnwindSafe for ModulatorSource
impl Send for ModulatorSource
impl Sync for ModulatorSource
impl Unpin for ModulatorSource
impl UnwindSafe for ModulatorSource
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