Struct m8_files::MidiMapping
source · pub struct MidiMapping {
pub channel: u8,
pub control_number: u8,
pub value: u8,
pub typ: u8,
pub param_index: u8,
pub min_value: u8,
pub max_value: u8,
}Fields§
§channel: u8§control_number: u8§value: u8§typ: u8§param_index: u8§min_value: u8§max_value: u8Implementations§
Trait Implementations§
source§impl Debug for MidiMapping
impl Debug for MidiMapping
source§impl PartialEq<MidiMapping> for MidiMapping
impl PartialEq<MidiMapping> for MidiMapping
source§fn eq(&self, other: &MidiMapping) -> bool
fn eq(&self, other: &MidiMapping) -> bool
This method tests for
self and other values to be equal, and is used
by ==.