pub struct Aphaser {
pub in_gain: Option<f64>,
pub out_gain: Option<f64>,
pub delay: Option<f64>,
pub decay: Option<f64>,
pub speed: Option<f64>,
}Fields§
§in_gain: Option<f64>§out_gain: Option<f64>§delay: Option<f64>§decay: Option<f64>§speed: Option<f64>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Aphaser
impl RefUnwindSafe for Aphaser
impl Send for Aphaser
impl Sync for Aphaser
impl Unpin for Aphaser
impl UnsafeUnpin for Aphaser
impl UnwindSafe for Aphaser
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