Struct web_audio_api::context::AudioParamId
source · [−]pub struct AudioParamId(_);
Expand description
Unique identifier for audio params.
Store these in your AudioProcessor
to get access to AudioParam
values.
Auto Trait Implementations
impl RefUnwindSafe for AudioParamId
impl Send for AudioParamId
impl Sync for AudioParamId
impl Unpin for AudioParamId
impl UnwindSafe for AudioParamId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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