Struct m8_files::MacroSynth
source · pub struct MacroSynth {
pub number: u8,
pub name: String,
pub transpose: bool,
pub table_tick: u8,
pub synth_params: SynthParams,
pub shape: u8,
pub timbre: u8,
pub color: u8,
pub degrade: u8,
pub redux: u8,
}Fields§
§number: u8§name: String§transpose: bool§table_tick: u8§synth_params: SynthParams§shape: u8§timbre: u8§color: u8§degrade: u8§redux: u8Trait Implementations§
source§impl Clone for MacroSynth
impl Clone for MacroSynth
source§fn clone(&self) -> MacroSynth
fn clone(&self) -> MacroSynth
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 MacroSynth
impl Debug for MacroSynth
source§impl PartialEq<MacroSynth> for MacroSynth
impl PartialEq<MacroSynth> for MacroSynth
source§fn eq(&self, other: &MacroSynth) -> bool
fn eq(&self, other: &MacroSynth) -> bool
This method tests for
self and other values to be equal, and is used
by ==.