pub struct InputMixerSettings {
pub volume: u8,
pub mfx: u8,
pub delay: u8,
pub reverb: u8,
}
Fields§
§volume: u8
§mfx: u8
§delay: u8
§reverb: u8
Implementations§
Source§impl InputMixerSettings
impl InputMixerSettings
pub fn from_reader(reader: &mut Reader, volume: u8) -> Self
Trait Implementations§
Source§impl Clone for InputMixerSettings
impl Clone for InputMixerSettings
Source§fn clone(&self) -> InputMixerSettings
fn clone(&self) -> InputMixerSettings
Returns a duplicate 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 Describable for InputMixerSettings
impl Describable for InputMixerSettings
Source§fn describe<PG: ParameterGatherer>(&self, pg: PG, _ver: Version) -> PG
fn describe<PG: ParameterGatherer>(&self, pg: PG, _ver: Version) -> PG
Method called to describte the content of the structure in any gatherer.
Source§impl PartialEq for InputMixerSettings
impl PartialEq for InputMixerSettings
impl StructuralPartialEq for InputMixerSettings
Auto Trait Implementations§
impl Freeze for InputMixerSettings
impl RefUnwindSafe for InputMixerSettings
impl Send for InputMixerSettings
impl Sync for InputMixerSettings
impl Unpin for InputMixerSettings
impl UnwindSafe for InputMixerSettings
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more