pub struct GainProcessor { /* private fields */ }Expand description
Процессор, усиливающий сигнал с заданным коэффициентом
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GainProcessor
impl RefUnwindSafe for GainProcessor
impl Send for GainProcessor
impl Sync for GainProcessor
impl Unpin for GainProcessor
impl UnsafeUnpin for GainProcessor
impl UnwindSafe for GainProcessor
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