Struct m8_files::MixerSettings
source · pub struct MixerSettings {
pub master_volume: u8,
pub master_limit: u8,
pub track_volume: [u8; 8],
pub chorus_volume: u8,
pub delay_volume: u8,
pub reverb_volume: u8,
pub analog_input: AnalogInputSettings,
pub usb_input: InputMixerSettings,
pub dj_filter: u8,
pub dj_peak: u8,
}Fields§
§master_volume: u8§master_limit: u8§track_volume: [u8; 8]§chorus_volume: u8§delay_volume: u8§reverb_volume: u8§analog_input: AnalogInputSettings§usb_input: InputMixerSettings§dj_filter: u8§dj_peak: u8Trait Implementations§
source§impl Clone for MixerSettings
impl Clone for MixerSettings
source§fn clone(&self) -> MixerSettings
fn clone(&self) -> MixerSettings
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 MixerSettings
impl Debug for MixerSettings
source§impl PartialEq<MixerSettings> for MixerSettings
impl PartialEq<MixerSettings> for MixerSettings
source§fn eq(&self, other: &MixerSettings) -> bool
fn eq(&self, other: &MixerSettings) -> bool
This method tests for
self and other values to be equal, and is used
by ==.