#[repr(C)]pub struct AudioContext { /* private fields */ }
Trait Implementations§
Source§impl Clone for AudioContext
impl Clone for AudioContext
Source§fn clone(&self) -> AudioContext
fn clone(&self) -> AudioContext
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 AudioContext
impl Debug for AudioContext
impl Copy for AudioContext
Auto Trait Implementations§
impl Freeze for AudioContext
impl RefUnwindSafe for AudioContext
impl Send for AudioContext
impl Sync for AudioContext
impl Unpin for AudioContext
impl UnwindSafe for AudioContext
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