pub struct Audio(/* private fields */);
Trait Implementations§
Source§impl DomElement for Audio
impl DomElement for Audio
type Target = HtmlAudioElement
fn dom_element(&self) -> Self::Target
Auto Trait Implementations§
impl Freeze for Audio
impl !RefUnwindSafe for Audio
impl !Send for Audio
impl !Sync for Audio
impl Unpin for Audio
impl !UnwindSafe for Audio
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