Enum hexodsp::nodes::GraphEvent
source · [−]pub enum GraphEvent {
MIDI(HxMidiEvent),
}
Expand description
Message from the DSP graph/backend to the frontend. Such as MIDI events for MIDI learn for instance.
Variants
MIDI(HxMidiEvent)
Auto Trait Implementations
impl RefUnwindSafe for GraphEvent
impl Send for GraphEvent
impl Sync for GraphEvent
impl Unpin for GraphEvent
impl UnwindSafe for GraphEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more