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 Clone for InputMixerSettings
impl Clone for InputMixerSettings
source§fn clone(&self) -> InputMixerSettings
fn clone(&self) -> InputMixerSettings
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 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 ==.