pub struct audio;Expand description
HTML <audio> element - Embeds sound content in the document
Example:
<audio src="song.mp3" controls>Audio not supported</audio>
Trait Implementations§
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