Union vst3::Steinberg::Vst::Event__type0
source · #[repr(C)]
pub union Event__type0 {
pub noteOn: NoteOnEvent,
pub noteOff: NoteOffEvent,
pub data: DataEvent,
pub polyPressure: PolyPressureEvent,
pub noteExpressionValue: NoteExpressionValueEvent,
pub noteExpressionText: NoteExpressionTextEvent,
pub chord: ChordEvent,
pub scale: ScaleEvent,
pub midiCCOut: LegacyMIDICCOutEvent,
}
Fields§
§noteOn: NoteOnEvent
§noteOff: NoteOffEvent
§data: DataEvent
§polyPressure: PolyPressureEvent
§noteExpressionValue: NoteExpressionValueEvent
§noteExpressionText: NoteExpressionTextEvent
§chord: ChordEvent
§scale: ScaleEvent
§midiCCOut: LegacyMIDICCOutEvent
Trait Implementations§
source§impl Clone for Event__type0
impl Clone for Event__type0
source§fn clone(&self) -> Event__type0
fn clone(&self) -> Event__type0
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for Event__type0
impl Send for Event__type0
impl Sync for Event__type0
Auto Trait Implementations§
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