Struct m8_files::InputMixerSettings
source · pub struct InputMixerSettings {
pub volume: u8,
pub chorus: u8,
pub delay: u8,
pub reverb: u8,
}Fields§
§volume: u8§chorus: u8§delay: u8§reverb: u8Trait Implementations§
source§impl Debug for InputMixerSettings
impl Debug for InputMixerSettings
source§impl PartialEq<InputMixerSettings> for InputMixerSettings
impl PartialEq<InputMixerSettings> for InputMixerSettings
source§fn eq(&self, other: &InputMixerSettings) -> bool
fn eq(&self, other: &InputMixerSettings) -> bool
This method tests for
self and other values to be equal, and is used
by ==.