Struct audio_processor_standalone_midi::host::MidiMessageWrapper[][src]

pub struct MidiMessageWrapper {
    pub message_data: [u8; 3],
    pub timestamp: u64,
}
Expand description

A wrapper type to wrap messages. Messages must be 3 bytes in length (SysEx will be dropped).

Fields

message_data: [u8; 3]timestamp: u64

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.