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 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