Struct m8_files::ControlChange
source · pub struct ControlChange {
pub number: u8,
pub default_value: u8,
}Fields§
§number: u8§default_value: u8Trait Implementations§
source§impl Clone for ControlChange
impl Clone for ControlChange
source§fn clone(&self) -> ControlChange
fn clone(&self) -> ControlChange
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ControlChange
impl Debug for ControlChange
source§impl PartialEq<ControlChange> for ControlChange
impl PartialEq<ControlChange> for ControlChange
source§fn eq(&self, other: &ControlChange) -> bool
fn eq(&self, other: &ControlChange) -> bool
This method tests for
self and other values to be equal, and is used
by ==.