Struct web_audio_api::context::AudioNodeId
source · [−]pub struct AudioNodeId(_);
Expand description
Unique identifier for audio nodes.
Used for internal bookkeeping.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AudioNodeId
impl Send for AudioNodeId
impl Sync for AudioNodeId
impl Unpin for AudioNodeId
impl UnwindSafe for AudioNodeId
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