pub struct Delay {
pub settings: Settings,
/* private fields */
}Expand description
Delay is the main struct for the delay effect.
Internally, it maintains a buffer of delayed samples and a set of filters.
Fields§
§settings: SettingsThe current settings for the delay effect.
Implementations§
Auto Trait Implementations§
impl Freeze for Delay
impl RefUnwindSafe for Delay
impl Send for Delay
impl Sync for Delay
impl Unpin for Delay
impl UnwindSafe for Delay
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