pub struct BrowserWasmEntryPoints { /* private fields */ }Expand description
Wasm entrypoint symbols for a browser-local stream engine.
Implementations§
Source§impl BrowserWasmEntryPoints
impl BrowserWasmEntryPoints
Sourcepub fn browser_defaults() -> Self
pub fn browser_defaults() -> Self
Returns the default browser entrypoints (engine and AudioWorklet).
Sourcepub fn audio_worklet(&self) -> &Symbol
pub fn audio_worklet(&self) -> &Symbol
Returns the AudioWorklet bridge entrypoint symbol.
Trait Implementations§
Source§impl Clone for BrowserWasmEntryPoints
impl Clone for BrowserWasmEntryPoints
Source§fn clone(&self) -> BrowserWasmEntryPoints
fn clone(&self) -> BrowserWasmEntryPoints
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BrowserWasmEntryPoints
impl Debug for BrowserWasmEntryPoints
impl Eq for BrowserWasmEntryPoints
Source§impl PartialEq for BrowserWasmEntryPoints
impl PartialEq for BrowserWasmEntryPoints
Source§fn eq(&self, other: &BrowserWasmEntryPoints) -> bool
fn eq(&self, other: &BrowserWasmEntryPoints) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BrowserWasmEntryPoints
Auto Trait Implementations§
impl Freeze for BrowserWasmEntryPoints
impl RefUnwindSafe for BrowserWasmEntryPoints
impl Send for BrowserWasmEntryPoints
impl Sync for BrowserWasmEntryPoints
impl Unpin for BrowserWasmEntryPoints
impl UnsafeUnpin for BrowserWasmEntryPoints
impl UnwindSafe for BrowserWasmEntryPoints
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