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 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 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