Struct rosc::OscMidiMessage [] [src]

pub struct OscMidiMessage {
    pub port: u8,
    pub status: u8,
    pub data1: u8,
    pub data2: u8,
}

Represents the parts of a Midi message. Mainly used for tunneling midi over a network using the OSC protocol.

Fields

port: u8 status: u8 data1: u8 data2: u8

Trait Implementations

impl PartialEq for OscMidiMessage
[src]

fn eq(&self, __arg_0: &OscMidiMessage) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &OscMidiMessage) -> bool

This method tests for !=.

impl Debug for OscMidiMessage
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.