pub struct DelayLine { /* private fields */ }Expand description
Simple delay line for reverb/echo effects.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DelayLine
impl RefUnwindSafe for DelayLine
impl Send for DelayLine
impl Sync for DelayLine
impl Unpin for DelayLine
impl UnsafeUnpin for DelayLine
impl UnwindSafe for DelayLine
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