Enum vst2::api::EventType
[−]
[src]
#[repr(i32)]pub enum EventType { Midi, _Audio, _Video, _Parameter, _Trigger, SysEx, }
The type of event that has occured. See api::Event.event_type.
Variants
MidiMidi event. See api::MidiEvent.
_AudioDeprecated.
_VideoDeprecated.
_ParameterDeprecated.
_TriggerDeprecated.
SysExSystem exclusive event. See api::SysExEvent.
Trait Implementations
impl Copy for EventType[src]
impl Clone for EventType[src]
fn clone(&self) -> EventType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more