pub struct WebSound { /* private fields */ }Auto Trait Implementations§
impl Freeze for WebSound
impl RefUnwindSafe for WebSound
impl Send for WebSound
impl Sync for WebSound
impl Unpin for WebSound
impl UnsafeUnpin for WebSound
impl UnwindSafe for WebSound
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