pub struct AudioContexts { /* private fields */ }
Implementations§
Source§impl AudioContexts
impl AudioContexts
pub fn new(sink: HashSet<ContextType>, source: HashSet<ContextType>) -> Self
Trait Implementations§
Source§impl Default for AudioContexts
impl Default for AudioContexts
Source§fn default() -> AudioContexts
fn default() -> AudioContexts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AudioContexts
impl RefUnwindSafe for AudioContexts
impl Send for AudioContexts
impl Sync for AudioContexts
impl Unpin for AudioContexts
impl UnwindSafe for AudioContexts
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