pub struct DistortionParams {
pub drive: f32,
pub tone: f32,
pub wet: f32,
}Fields§
§drive: f32§tone: f32§wet: f32Trait Implementations§
Source§impl Clone for DistortionParams
impl Clone for DistortionParams
Source§fn clone(&self) -> DistortionParams
fn clone(&self) -> DistortionParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DistortionParams
impl Debug for DistortionParams
Auto Trait Implementations§
impl Freeze for DistortionParams
impl RefUnwindSafe for DistortionParams
impl Send for DistortionParams
impl Sync for DistortionParams
impl Unpin for DistortionParams
impl UnsafeUnpin for DistortionParams
impl UnwindSafe for DistortionParams
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