pub struct MixerSettings {
pub mode: MixerMode,
pub parameter: String,
}Expand description
Mixer settings.
Fields§
§mode: MixerModeMixer mode.
parameter: StringMixer-specific parameter string.
Trait Implementations§
Source§impl Clone for MixerSettings
impl Clone for MixerSettings
Source§fn clone(&self) -> MixerSettings
fn clone(&self) -> MixerSettings
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 MixerSettings
impl Debug for MixerSettings
Source§impl Default for MixerSettings
impl Default for MixerSettings
Source§fn default() -> MixerSettings
fn default() -> MixerSettings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MixerSettings
impl RefUnwindSafe for MixerSettings
impl Send for MixerSettings
impl Sync for MixerSettings
impl Unpin for MixerSettings
impl UnsafeUnpin for MixerSettings
impl UnwindSafe for MixerSettings
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