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