Struct web_audio_api::node::DelayOptions
source · pub struct DelayOptions {
pub max_delay_time: f64,
pub delay_time: f64,
pub channel_config: ChannelConfigOptions,
}Expand description
Options for constructing a DelayNode
Fields
max_delay_time: f64delay_time: f64channel_config: ChannelConfigOptionsTrait Implementations
sourceimpl Clone for DelayOptions
impl Clone for DelayOptions
sourcefn clone(&self) -> DelayOptions
fn clone(&self) -> DelayOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DelayOptions
impl Debug for DelayOptions
Auto Trait Implementations
impl RefUnwindSafe for DelayOptions
impl Send for DelayOptions
impl Sync for DelayOptions
impl Unpin for DelayOptions
impl UnwindSafe for DelayOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more