Struct easyjack::MidiEventRef [] [src]

pub struct MidiEventRef<'a> { /* fields omitted */ }

A reference to a midi event contained in a MidiEventBuf These references do actually perform some logic, so a plain &MidiEvent would not be sufficient for our binding needs

Methods

impl<'a> MidiEventRef<'a>
[src]

Returns the raw midi data corresponding to this event

Trait Implementations

impl<'a> Debug for MidiEventRef<'a>
[src]

Formats the value using the given formatter.