pub struct AudioParamId(/* private fields */);
Expand description
Unique identifier for audio params.
Store these in your AudioProcessor
to get access to AudioParam
values.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AudioParamId
impl RefUnwindSafe for AudioParamId
impl Send for AudioParamId
impl Sync for AudioParamId
impl Unpin for AudioParamId
impl UnwindSafe for AudioParamId
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