pub struct DelayOptions {
pub max_delay_time: f64,
pub delay_time: f64,
pub audio_node_options: AudioNodeOptions,
}
Expand description
Options for constructing a DelayNode
Fields§
§max_delay_time: f64
§delay_time: f64
§audio_node_options: AudioNodeOptions
Trait Implementations§
Source§impl Clone for DelayOptions
impl Clone for DelayOptions
Source§fn clone(&self) -> DelayOptions
fn clone(&self) -> DelayOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DelayOptions
impl Debug for DelayOptions
Auto Trait Implementations§
impl Freeze for DelayOptions
impl RefUnwindSafe for DelayOptions
impl Send for DelayOptions
impl Sync for DelayOptions
impl Unpin for DelayOptions
impl UnwindSafe for DelayOptions
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