Struct web_audio_api::context::AudioContextRegistration
source · pub struct AudioContextRegistration { /* private fields */ }
Expand description
Handle of the AudioNode
to its associated BaseAudioContext
.
Only when implementing the AudioNode trait manually, this struct is of any concern.
This object allows for communication with the render thread and dynamic lifetime management.
Trait Implementations§
source§impl Clone for AudioContextRegistration
impl Clone for AudioContextRegistration
source§fn clone(&self) -> AudioContextRegistration
fn clone(&self) -> AudioContextRegistration
Returns a copy 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 AudioContextRegistration
impl Debug for AudioContextRegistration
Auto Trait Implementations§
impl Freeze for AudioContextRegistration
impl RefUnwindSafe for AudioContextRegistration
impl Send for AudioContextRegistration
impl Sync for AudioContextRegistration
impl Unpin for AudioContextRegistration
impl UnwindSafe for AudioContextRegistration
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