wasm-bindgen/api/web_sys/struct.HtmlVideoElement.html

262 lines
134 KiB
HTML
Raw Normal View History

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `HtmlVideoElement` struct in crate `web_sys`."><meta name="keywords" content="rust, rustlang, rust-lang, HtmlVideoElement"><title>web_sys::HtmlVideoElement - Rust</title><link rel="stylesheet" type="text/css" href="../normalize.css"><link rel="stylesheet" type="text/css" href="../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../dark.css"><link rel="stylesheet" type="text/css" href="../light.css" id="themeStyle"><script src="../storage.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="shortcut icon" href="../favicon.ico"><style type="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><body class="rustdoc struct"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">&#9776;</div><a href='../web_sys/index.html'><div class='logo-container'><img src='../rust-logo.png' alt='logo'></div></a><p class='location'>Struct HtmlVideoElement</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#implementations">Methods</a><div class="sidebar-links"><a href="#method.get_video_playback_quality">get_video_playback_quality</a><a href="#method.height">height</a><a href="#method.poster">poster</a><a href="#method.set_height">set_height</a><a href="#method.set_poster">set_poster</a><a href="#method.set_width">set_width</a><a href="#method.video_height">video_height</a><a href="#method.video_width">video_width</a><a href="#method.width">width</a></div><a class="sidebar-title" href="#deref-methods">Methods from Deref&lt;Target=HtmlMediaElement&gt;</a><div class="sidebar-links"><a href="#method.add_text_track">add_text_track</a><a href="#method.add_text_track_with_label">add_text_track_with_label</a><a href="#method.add_text_track_with_label_and_language">add_text_track_with_label_and_language</a><a href="#method.audio_tracks">audio_tracks</a><a href="#method.autoplay">autoplay</a><a href="#method.buffered">buffered</a><a href="#method.can_play_type">can_play_type</a><a href="#method.controls">controls</a><a href="#method.cross_origin">cross_origin</a><a href="#method.current_src">current_src</a><a href="#method.current_time">current_time</a><a href="#method.default_muted">default_muted</a><a href="#method.default_playback_rate">default_playback_rate</a><a href="#method.duration">duration</a><a href="#method.ended">ended</a><a href="#method.error">error</a><a href="#method.fast_seek">fast_seek</a><a href="#method.has_suspend_taint">has_suspend_taint</a><a href="#method.load">load</a><a href="#method.loop_">loop_</a><a href="#method.media_keys">media_keys</a><a href="#method.muted">muted</a><a href="#method.network_state">network_state</a><a href="#method.onencrypted">onencrypted</a><a href="#method.onwaitingforkey">onwaitingforkey</a><a href="#method.pause">pause</a><a href="#method.paused">paused</a><a href="#method.play">play</a><a href="#method.playback_rate">playback_rate</a><a href="#method.played">played</a><a href="#method.preload">preload</a><a href="#method.ready_state">ready_state</a><a href="#method.seek_to_next_frame">seek_to_next_frame</a><a href="#method.seekable">seekable</a><a href="#method.seeking">seeking</a><a href="#method.set_autoplay">set_autoplay</a><a href="#method.set_controls">set_controls</a><a href="#method.set_cross_origin">set_cross_origin</a><a href="#method.set_current_time">set_current_time</a><a href="#method.set_default_muted">set_default_muted</a><a href="#method.set_default_playback_rate">set_default_playback_rate</a><a href="#method.set_loop">set_loop</a><a href="#method.set_media_keys">set_media_keys</a><a href="#method.set_muted">set_muted</a><a href="#method.set_onencrypted">set_onencrypted</a><a href="#method.set_onw
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlVideoElement</code></em></p>
</div><h2 id='implementations' class='small-section-header'>Implementations<a href='#implementations' class='anchor'></a></h2><h3 id='impl' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.width' class="method"><code id='width.v'>pub fn <a href='#method.width' class='fnname'>width</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>width</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/width">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlVideoElement</code></em></p>
</div></div><h3 id='impl-1' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.set_width' class="method"><code id='set_width.v'>pub fn <a href='#method.set_width' class='fnname'>set_width</a>(&amp;self, value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>width</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/width">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlVideoElement</code></em></p>
</div></div><h3 id='impl-2' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-2' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.height' class="method"><code id='height.v'>pub fn <a href='#method.height' class='fnname'>height</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>height</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/height">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlVideoElement</code></em></p>
</div></div><h3 id='impl-3' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-3' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.set_height' class="method"><code id='set_height.v'>pub fn <a href='#method.set_height' class='fnname'>set_height</a>(&amp;self, value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>height</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/height">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlVideoElement</code></em></p>
</div></div><h3 id='impl-4' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-4' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.video_width' class="method"><code id='video_width.v'>pub fn <a href='#method.video_width' class='fnname'>video_width</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>videoWidth</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/videoWidth">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlVideoElement</code></em></p>
</div></div><h3 id='impl-5' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-5' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.video_height' class="method"><code id='video_height.v'>pub fn <a href='#method.video_height' class='fnname'>video_height</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>videoHeight</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/videoHeight">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlVideoElement</code></em></p>
</div></div><h3 id='impl-6' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-6' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.poster' class="method"><code id='poster.v'>pub fn <a href='#method.poster' class='fnname'>poster</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>poster</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/poster">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlVideoElement</code></em></p>
</div></div><h3 id='impl-7' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-7' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.set_poster' class="method"><code id='set_poster.v'>pub fn <a href='#method.set_poster' class='fnname'>set_poster</a>(&amp;self, value: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>poster</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/poster">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlVideoElement</code></em></p>
</div></div><h3 id='impl-8' class='impl'><code class='in-band'>impl <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-8' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.get_video_playback_quality' class="method"><code id='get_video_playback_quality.v'>pub fn <a href='#method.get_video_playback_quality' class='fnname'>get_video_playback_quality</a>(&amp;self) -&gt; <a class="struct" href="../web_sys/struct.VideoPlaybackQuality.html" title="struct web_sys::VideoPlaybackQuality">VideoPlaybackQuality</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>getVideoPlaybackQuality()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/getVideoPlaybackQuality">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlVideoElement</code>, <code>VideoPlaybackQuality</code></em></p>
</div></div><h2 id='deref-methods' class='small-section-header'>Methods from <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a>&lt;Target = <a class="struct" href="../web_sys/struct.HtmlMediaElement.html" title="struct web_sys::HtmlMediaElement">HtmlMediaElement</a>&gt;<a href='#deref-methods' class='anchor'></a></h2><div class='impl-items'><h4 id='method.error' class="method"><code id='error.v'>pub fn <a href='#method.error' class='fnname'>error</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.MediaError.html" title="struct web_sys::MediaError">MediaError</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>error</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/error">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code>, <code>MediaError</code></em></p>
</div></div><div class='impl-items'><h4 id='method.src' class="method"><code id='src.v'>pub fn <a href='#method.src' class='fnname'>src</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>src</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/src">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_src' class="method"><code id='set_src.v'>pub fn <a href='#method.set_src' class='fnname'>set_src</a>(&amp;self, value: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>src</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/src">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.current_src' class="method"><code id='current_src.v'>pub fn <a href='#method.current_src' class='fnname'>current_src</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>currentSrc</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/currentSrc">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.src_object' class="method"><code id='src_object.v'>pub fn <a href='#method.src_object' class='fnname'>src_object</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.MediaStream.html" title="struct web_sys::MediaStream">MediaStream</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>srcObject</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/srcObject">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code>, <code>MediaStream</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_src_object' class="method"><code id='set_src_object.v'>pub fn <a href='#method.set_src_object' class='fnname'>set_src_object</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.MediaStream.html" title="struct web_sys::MediaStream">MediaStream</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>srcObject</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/srcObject">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code>, <code>MediaStream</code></em></p>
</div></div><div class='impl-items'><h4 id='method.cross_origin' class="method"><code id='cross_origin.v'>pub fn <a href='#method.cross_origin' class='fnname'>cross_origin</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>crossOrigin</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/crossOrigin">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_cross_origin' class="method"><code id='set_cross_origin.v'>pub fn <a href='#method.set_cross_origin' class='fnname'>set_cross_origin</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>crossOrigin</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/crossOrigin">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.network_state' class="method"><code id='network_state.v'>pub fn <a href='#method.network_state' class='fnname'>network_state</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>networkState</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/networkState">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.preload' class="method"><code id='preload.v'>pub fn <a href='#method.preload' class='fnname'>preload</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>preload</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/preload">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_preload' class="method"><code id='set_preload.v'>pub fn <a href='#method.set_preload' class='fnname'>set_preload</a>(&amp;self, value: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>preload</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/preload">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.buffered' class="method"><code id='buffered.v'>pub fn <a href='#method.buffered' class='fnname'>buffered</a>(&amp;self) -&gt; <a class="struct" href="../web_sys/struct.TimeRanges.html" title="struct web_sys::TimeRanges">TimeRanges</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>buffered</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/buffered">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code>, <code>TimeRanges</code></em></p>
</div></div><div class='impl-items'><h4 id='method.ready_state' class="method"><code id='ready_state.v'>pub fn <a href='#method.ready_state' class='fnname'>ready_state</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>readyState</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/readyState">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.seeking' class="method"><code id='seeking.v'>pub fn <a href='#method.seeking' class='fnname'>seeking</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>seeking</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/seeking">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.current_time' class="method"><code id='current_time.v'>pub fn <a href='#method.current_time' class='fnname'>current_time</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>currentTime</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/currentTime">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_current_time' class="method"><code id='set_current_time.v'>pub fn <a href='#method.set_current_time' class='fnname'>set_current_time</a>(&amp;self, value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>currentTime</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/currentTime">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.duration' class="method"><code id='duration.v'>pub fn <a href='#method.duration' class='fnname'>duration</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>duration</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/duration">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.paused' class="method"><code id='paused.v'>pub fn <a href='#method.paused' class='fnname'>paused</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>paused</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/paused">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.default_playback_rate' class="method"><code id='default_playback_rate.v'>pub fn <a href='#method.default_playback_rate' class='fnname'>default_playback_rate</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>defaultPlaybackRate</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/defaultPlaybackRate">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_default_playback_rate' class="method"><code id='set_default_playback_rate.v'>pub fn <a href='#method.set_default_playback_rate' class='fnname'>set_default_playback_rate</a>(&amp;self, value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>defaultPlaybackRate</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/defaultPlaybackRate">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.playback_rate' class="method"><code id='playback_rate.v'>pub fn <a href='#method.playback_rate' class='fnname'>playback_rate</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>playbackRate</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/playbackRate">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_playback_rate' class="method"><code id='set_playback_rate.v'>pub fn <a href='#method.set_playback_rate' class='fnname'>set_playback_rate</a>(&amp;self, value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>playbackRate</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/playbackRate">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.played' class="method"><code id='played.v'>pub fn <a href='#method.played' class='fnname'>played</a>(&amp;self) -&gt; <a class="struct" href="../web_sys/struct.TimeRanges.html" title="struct web_sys::TimeRanges">TimeRanges</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>played</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/played">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code>, <code>TimeRanges</code></em></p>
</div></div><div class='impl-items'><h4 id='method.seekable' class="method"><code id='seekable.v'>pub fn <a href='#method.seekable' class='fnname'>seekable</a>(&amp;self) -&gt; <a class="struct" href="../web_sys/struct.TimeRanges.html" title="struct web_sys::TimeRanges">TimeRanges</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>seekable</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/seekable">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code>, <code>TimeRanges</code></em></p>
</div></div><div class='impl-items'><h4 id='method.ended' class="method"><code id='ended.v'>pub fn <a href='#method.ended' class='fnname'>ended</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>ended</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/ended">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.autoplay' class="method"><code id='autoplay.v'>pub fn <a href='#method.autoplay' class='fnname'>autoplay</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>autoplay</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/autoplay">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_autoplay' class="method"><code id='set_autoplay.v'>pub fn <a href='#method.set_autoplay' class='fnname'>set_autoplay</a>(&amp;self, value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>autoplay</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/autoplay">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.loop_' class="method"><code id='loop_.v'>pub fn <a href='#method.loop_' class='fnname'>loop_</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>loop</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/loop">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_loop' class="method"><code id='set_loop.v'>pub fn <a href='#method.set_loop' class='fnname'>set_loop</a>(&amp;self, value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>loop</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/loop">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.controls' class="method"><code id='controls.v'>pub fn <a href='#method.controls' class='fnname'>controls</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>controls</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/controls">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_controls' class="method"><code id='set_controls.v'>pub fn <a href='#method.set_controls' class='fnname'>set_controls</a>(&amp;self, value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>controls</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/controls">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.volume' class="method"><code id='volume.v'>pub fn <a href='#method.volume' class='fnname'>volume</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>volume</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/volume">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_volume' class="method"><code id='set_volume.v'>pub fn <a href='#method.set_volume' class='fnname'>set_volume</a>(&amp;self, value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>volume</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/volume">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.muted' class="method"><code id='muted.v'>pub fn <a href='#method.muted' class='fnname'>muted</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>muted</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/muted">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_muted' class="method"><code id='set_muted.v'>pub fn <a href='#method.set_muted' class='fnname'>set_muted</a>(&amp;self, value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>muted</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/muted">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.default_muted' class="method"><code id='default_muted.v'>pub fn <a href='#method.default_muted' class='fnname'>default_muted</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>defaultMuted</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/defaultMuted">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_default_muted' class="method"><code id='set_default_muted.v'>pub fn <a href='#method.set_default_muted' class='fnname'>set_default_muted</a>(&amp;self, value: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>defaultMuted</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/defaultMuted">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.audio_tracks' class="method"><code id='audio_tracks.v'>pub fn <a href='#method.audio_tracks' class='fnname'>audio_tracks</a>(&amp;self) -&gt; <a class="struct" href="../web_sys/struct.AudioTrackList.html" title="struct web_sys::AudioTrackList">AudioTrackList</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>audioTracks</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/audioTracks">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>AudioTrackList</code>, <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.video_tracks' class="method"><code id='video_tracks.v'>pub fn <a href='#method.video_tracks' class='fnname'>video_tracks</a>(&amp;self) -&gt; <a class="struct" href="../web_sys/struct.VideoTrackList.html" title="struct web_sys::VideoTrackList">VideoTrackList</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>videoTracks</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/videoTracks">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code>, <code>VideoTrackList</code></em></p>
</div></div><div class='impl-items'><h4 id='method.text_tracks' class="method"><code id='text_tracks.v'>pub fn <a href='#method.text_tracks' class='fnname'>text_tracks</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.TextTrackList.html" title="struct web_sys::TextTrackList">TextTrackList</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>textTracks</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/textTracks">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code>, <code>TextTrackList</code></em></p>
</div></div><div class='impl-items'><h4 id='method.media_keys' class="method"><code id='media_keys.v'>pub fn <a href='#method.media_keys' class='fnname'>media_keys</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../web_sys/struct.MediaKeys.html" title="struct web_sys::MediaKeys">MediaKeys</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>mediaKeys</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/mediaKeys">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code>, <code>MediaKeys</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onencrypted' class="method"><code id='onencrypted.v'>pub fn <a href='#method.onencrypted' class='fnname'>onencrypted</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onencrypted</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/onencrypted">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onencrypted' class="method"><code id='set_onencrypted.v'>pub fn <a href='#method.set_onencrypted' class='fnname'>set_onencrypted</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onencrypted</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/onencrypted">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.onwaitingforkey' class="method"><code id='onwaitingforkey.v'>pub fn <a href='#method.onwaitingforkey' class='fnname'>onwaitingforkey</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Getter for the <code>onwaitingforkey</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/onwaitingforkey">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_onwaitingforkey' class="method"><code id='set_onwaitingforkey.v'>pub fn <a href='#method.set_onwaitingforkey' class='fnname'>set_onwaitingforkey</a>(&amp;self, value: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../js_sys/struct.Function.html" title="struct js_sys::Function">Function</a>&gt;)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>Setter for the <code>onwaitingforkey</code> field of this object.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/onwaitingforkey">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.add_text_track' class="method"><code id='add_text_track.v'>pub fn <a href='#method.add_text_track' class='fnname'>add_text_track</a>(&amp;self, kind: <a class="enum" href="../web_sys/enum.TextTrackKind.html" title="enum web_sys::TextTrackKind">TextTrackKind</a>) -&gt; <a class="struct" href="../web_sys/struct.TextTrack.html" title="struct web_sys::TextTrack">TextTrack</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>addTextTrack()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/addTextTrack">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code>, <code>TextTrack</code>, <code>TextTrackKind</code></em></p>
</div></div><div class='impl-items'><h4 id='method.add_text_track_with_label' class="method"><code id='add_text_track_with_label.v'>pub fn <a href='#method.add_text_track_with_label' class='fnname'>add_text_track_with_label</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;kind: <a class="enum" href="../web_sys/enum.TextTrackKind.html" title="enum web_sys::TextTrackKind">TextTrackKind</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;label: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -&gt; <a class="struct" href="../web_sys/struct.TextTrack.html" title="struct web_sys::TextTrack">TextTrack</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>addTextTrack()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/addTextTrack">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code>, <code>TextTrack</code>, <code>TextTrackKind</code></em></p>
</div></div><div class='impl-items'><h4 id='method.add_text_track_with_label_and_language' class="method"><code id='add_text_track_with_label_and_language.v'>pub fn <a href='#method.add_text_track_with_label_and_language' class='fnname'>add_text_track_with_label_and_language</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self, <br>&nbsp;&nbsp;&nbsp;&nbsp;kind: <a class="enum" href="../web_sys/enum.TextTrackKind.html" title="enum web_sys::TextTrackKind">TextTrackKind</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;label: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br>&nbsp;&nbsp;&nbsp;&nbsp;language: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a><br>) -&gt; <a class="struct" href="../web_sys/struct.TextTrack.html" title="struct web_sys::TextTrack">TextTrack</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>addTextTrack()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/addTextTrack">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code>, <code>TextTrack</code>, <code>TextTrackKind</code></em></p>
</div></div><div class='impl-items'><h4 id='method.can_play_type' class="method"><code id='can_play_type.v'>pub fn <a href='#method.can_play_type' class='fnname'>can_play_type</a>(&amp;self, type_: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>canPlayType()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/canPlayType">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.fast_seek' class="method"><code id='fast_seek.v'>pub fn <a href='#method.fast_seek' class='fnname'>fast_seek</a>(&amp;self, time: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>fastSeek()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/fastSeek">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.has_suspend_taint' class="method"><code id='has_suspend_taint.v'>pub fn <a href='#method.has_suspend_taint' class='fnname'>has_suspend_taint</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>hasSuspendTaint()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/hasSuspendTaint">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.load' class="method"><code id='load.v'>pub fn <a href='#method.load' class='fnname'>load</a>(&amp;self)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>load()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/load">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.pause' class="method"><code id='pause.v'>pub fn <a href='#method.pause' class='fnname'>pause</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>pause()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/pause">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.play' class="method"><code id='play.v'>pub fn <a href='#method.play' class='fnname'>play</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../js_sys/struct.Promise.html" title="struct js_sys::Promise">Promise</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>play()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/play">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.seek_to_next_frame' class="method"><code id='seek_to_next_frame.v'>pub fn <a href='#method.seek_to_next_frame' class='fnname'>seek_to_next_frame</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../js_sys/struct.Promise.html" title="struct js_sys::Promise">Promise</a>, <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt;</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>seekToNextFrame()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/seekToNextFrame">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_media_keys' class="method"><code id='set_media_keys.v'>pub fn <a href='#method.set_media_keys' class='fnname'>set_media_keys</a>(&amp;self, media_keys: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="../web_sys/struct.MediaKeys.html" title="struct web_sys::MediaKeys">MediaKeys</a>&gt;) -&gt; <a class="struct" href="../js_sys/struct.Promise.html" title="struct js_sys::Promise">Promise</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>setMediaKeys()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/setMediaKeys">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code>, <code>MediaKeys</code></em></p>
</div></div><div class='impl-items'><h4 id='method.set_visible' class="method"><code id='set_visible.v'>pub fn <a href='#method.set_visible' class='fnname'>set_visible</a>(&amp;self, a_visible: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>)</code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock'><p>The <code>setVisible()</code> method.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/setVisible">MDN Documentation</a></p>
<p><em>This API requires the following crate features to be activated: <code>HtmlMediaElement</code></em></p>
</div></div><div class='impl-items'><h4 id='associatedconstant.NETWORK_EMPTY' class="associatedconstant"><code id='NETWORK_EMPTY.v'>pub const <a href='#associatedconstant.NETWORK_EMPTY' class="constant"><b>NETWORK_EMPTY</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#444' title='goto source code'>[src]</a></h4><h4 id='associatedconstant.NETWORK_IDLE' class="associatedconstant"><code id='NETWORK_IDLE.v'>pub const <a href='#associatedconstant.NETWORK_IDLE' class="constant"><b>NETWORK_IDLE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#448' title='goto source code'>[src]</a></h4><h4 id='associatedconstant.NETWORK_LOADING' class="associatedconstant"><code id='NETWORK_LOADING.v'>pub const <a href='#associatedconstant.NETWORK_LOADING' class="constant"><b>NETWORK_LOADING</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#452' title='goto source code'>[src]</a></h4><h4 id='associatedconstant.NETWORK_NO_SOURCE' class="associatedconstant"><code id='NETWORK_NO_SOURCE.v'>pub const <a href='#associatedconstant.NETWORK_NO_SOURCE' class="constant"><b>NETWORK_NO_SOURCE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#456' title='goto source code'>[src]</a></h4><h4 id='associatedconstant.HAVE_NOTHING' class="associatedconstant"><code id='HAVE_NOTHING.v'>pub const <a href='#associatedconstant.HAVE_NOTHING' class="constant"><b>HAVE_NOTHING</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#460' title='goto source code'>[src]</a></h4><h4 id='associatedconstant.HAVE_METADATA' class="associatedconstant"><code id='HAVE_METADATA.v'>pub const <a href='#associatedconstant.HAVE_METADATA' class="constant"><b>HAVE_METADATA</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#464' title='goto source code'>[src]</a></h4><h4 id='associatedconstant.HAVE_CURRENT_DATA' class="associatedconstant"><code id='HAVE_CURRENT_DATA.v'>pub const <a href='#associatedconstant.HAVE_CURRENT_DATA' class="constant"><b>HAVE_CURRENT_DATA</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#468' title='goto source code'>[src]</a></h4><h4 id='associatedconstant.HAVE_FUTURE_DATA' class="associatedconstant"><code id='HAVE_FUTURE_DATA.v'>pub const <a href='#associatedconstant.HAVE_FUTURE_DATA' class="constant"><b>HAVE_FUTURE_DATA</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#472' title='goto source code'>[src]</a></h4><h4 id='associatedconstant.HAVE_ENOUGH_DATA' class="associatedconstant"><code id='HAVE_ENOUGH_DATA.v'>pub const <a href='#associatedconstant.HAVE_ENOUGH_DATA' class="constant"><b>HAVE_ENOUGH_DATA</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlMediaElement.rs.html#476' title='goto source code'>[src]</a></h4></div><h2 id='trait-implementations' class='small-section-header'>Trait Implementations<a href='#trait-implementations' class='anchor'></a></h2><div id='trait-implementations-list'><h3 id='impl-AsRef%3CElement%3E' class='impl'><code class='in-band'>impl <a class="trait" href="
</div></div><h3 id='impl-AsRef%3CEventTarget%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="struct" href="../web_sys/struct.EventTarget.html" title="struct web_sys::EventTarget">EventTarget</a>&gt; for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-AsRef%3CEventTarget%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-6' class="method hidden"><code id='as_ref.v-6'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../web_sys/struct.EventTarget.html" title="struct web_sys::EventTarget">EventTarget</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-AsRef%3CHtmlElement%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a>&gt; for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-AsRef%3CHtmlElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-3' class="method hidden"><code id='as_ref.v-3'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-AsRef%3CHtmlMediaElement%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="struct" href="../web_sys/struct.HtmlMediaElement.html" title="struct web_sys::HtmlMediaElement">HtmlMediaElement</a>&gt; for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-AsRef%3CHtmlMediaElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-2' class="method hidden"><code id='as_ref.v-2'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../web_sys/struct.HtmlMediaElement.html" title="struct web_sys::HtmlMediaElement">HtmlMediaElement</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-AsRef%3CHtmlVideoElement%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a>&gt; for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-AsRef%3CHtmlVideoElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-1' class="method hidden"><code id='as_ref.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-AsRef%3CJsValue%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt; for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-AsRef%3CJsValue%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref' class="method hidden"><code id='as_ref.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-AsRef%3CNode%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a>&gt; for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-AsRef%3CNode%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-5' class="method hidden"><code id='as_ref.v-5'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-AsRef%3CObject%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a>&gt; for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-AsRef%3CObject%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_ref-7' class="method hidden"><code id='as_ref.v-7'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref' class='fnname'>as_ref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-Clone' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-Clone' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.clone' class="method hidden"><code id='clone.v'>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&amp;self) -&gt; <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#7' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns a copy of the value. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
</div><h4 id='method.clone_from' class="method hidden"><code id='clone_from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from' class='fnname'>clone_from</a>(&amp;mut self, source: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self)</code><span class='since' title='Stable since Rust version 1.0.0'>1.0.0</span><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/clone.rs.html#131-133' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
</div></div><h3 id='impl-Debug' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-Debug' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fmt' class="method hidden"><code id='fmt.v'>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt' class='fnname'>fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -&gt; <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#7' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>
</div></div><h3 id='impl-Deref' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a> for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-Deref' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Target' class="type"><code id='Target.t'>type <a href='https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html#associatedtype.Target' class="type">Target</a> = <a class="struct" href="../web_sys/struct.HtmlMediaElement.html" title="struct web_sys::HtmlMediaElement">HtmlMediaElement</a></code></h4><div class='docblock'><p>The resulting type after dereferencing.</p>
</div><h4 id='method.deref' class="method hidden"><code id='deref.v'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html#tymethod.deref' class='fnname'>deref</a>(&amp;self) -&gt; &amp;<a class="struct" href="../web_sys/struct.HtmlMediaElement.html" title="struct web_sys::HtmlMediaElement">HtmlMediaElement</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Dereferences the value.</p>
</div></div><h3 id='impl-Eq' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-Eq' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-From%3CHtmlVideoElement%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a>&gt; for <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a href='#impl-From%3CHtmlVideoElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-1' class="method hidden"><code id='from.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a>) -&gt; <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3CHtmlVideoElement%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a>&gt; for <a class="struct" href="../web_sys/struct.HtmlMediaElement.html" title="struct web_sys::HtmlMediaElement">HtmlMediaElement</a></code><a href='#impl-From%3CHtmlVideoElement%3E-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-2' class="method hidden"><code id='from.v-2'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a>) -&gt; <a class="struct" href="../web_sys/struct.HtmlMediaElement.html" title="struct web_sys::HtmlMediaElement">HtmlMediaElement</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3CHtmlVideoElement%3E-2' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a>&gt; for <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a href='#impl-From%3CHtmlVideoElement%3E-2' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-3' class="method hidden"><code id='from.v-3'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a>) -&gt; <a class="struct" href="../web_sys/struct.HtmlElement.html" title="struct web_sys::HtmlElement">HtmlElement</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3CHtmlVideoElement%3E-3' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a>&gt; for <a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a></code><a href='#impl-From%3CHtmlVideoElement%3E-3' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-4' class="method hidden"><code id='from.v-4'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a>) -&gt; <a class="struct" href="../web_sys/struct.Element.html" title="struct web_sys::Element">Element</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3CHtmlVideoElement%3E-4' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a>&gt; for <a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a></code><a href='#impl-From%3CHtmlVideoElement%3E-4' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-5' class="method hidden"><code id='from.v-5'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a>) -&gt; <a class="struct" href="../web_sys/struct.Node.html" title="struct web_sys::Node">Node</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3CHtmlVideoElement%3E-5' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a>&gt; for <a class="struct" href="../web_sys/struct.EventTarget.html" title="struct web_sys::EventTarget">EventTarget</a></code><a href='#impl-From%3CHtmlVideoElement%3E-5' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-6' class="method hidden"><code id='from.v-6'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a>) -&gt; <a class="struct" href="../web_sys/struct.EventTarget.html" title="struct web_sys::EventTarget">EventTarget</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3CHtmlVideoElement%3E-6' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a>&gt; for <a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a></code><a href='#impl-From%3CHtmlVideoElement%3E-6' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-7' class="method hidden"><code id='from.v-7'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a>) -&gt; <a class="struct" href="../js_sys/struct.Object.html" title="struct js_sys::Object">Object</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3CJsValue%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>&gt; for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-From%3CJsValue%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from' class="method hidden"><code id='from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(obj: <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -&gt; <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-FromWasmAbi' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html" title="trait wasm_bindgen::convert::traits::FromWasmAbi">FromWasmAbi</a> for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-FromWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi-1' class="type"><code id='Abi.t-1'>type <a href='../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = &lt;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a> as <a class="trait" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html" title="trait wasm_bindgen::convert::traits::FromWasmAbi">FromWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::FromWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>The wasm ABI type that this converts from when coming back out from the ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi">Read more</a></p>
</div><h4 id='method.from_abi' class="method hidden"><code id='from_abi.v'>unsafe fn <a href='../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#tymethod.from_abi' class='fnname'>from_abi</a>(js: Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::FromWasmAbi::Abi">Abi</a>) -&gt; Self</code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Recover a <code>Self</code> from <code>Self::Abi</code>. <a href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#tymethod.from_abi">Read more</a></p>
</div></div><h3 id='impl-IntoWasmAbi' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a> for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-IntoWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi-2' class="type"><code id='Abi.t-2'>type <a href='../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = &lt;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a> as <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>The wasm ABI type that this converts into when crossing the ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi">Read more</a></p>
</div><h4 id='method.into_abi' class="method hidden"><code id='into_abi.v'>fn <a href='../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#tymethod.into_abi' class='fnname'>into_abi</a>(self) -&gt; Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert <code>self</code> into <code>Self::Abi</code> so that it can be sent across the wasm ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#tymethod.into_abi">Read more</a></p>
</div></div><h3 id='impl-IntoWasmAbi-1' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a> for &amp;'a <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-IntoWasmAbi-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi-3' class="type"><code id='Abi.t-3'>type <a href='../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = &lt;&amp;'a <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a> as <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>The wasm ABI type that this converts into when crossing the ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi">Read more</a></p>
</div><h4 id='method.into_abi-1' class="method hidden"><code id='into_abi.v-1'>fn <a href='../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#tymethod.into_abi' class='fnname'>into_abi</a>(self) -&gt; Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert <code>self</code> into <code>Self::Abi</code> so that it can be sent across the wasm ABI boundary. <a href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#tymethod.into_abi">Read more</a></p>
</div></div><h3 id='impl-JsCast' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a> for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-JsCast' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.instanceof' class="method hidden"><code id='instanceof.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#tymethod.instanceof' class='fnname'>instanceof</a>(val: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a dynamic <code>instanceof</code> check to see whether the <code>JsValue</code> provided is an instance of this type. <a href="../wasm_bindgen/cast/trait.JsCast.html#tymethod.instanceof">Read more</a></p>
</div><h4 id='method.unchecked_from_js' class="method hidden"><code id='unchecked_from_js.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#tymethod.unchecked_from_js' class='fnname'>unchecked_from_js</a>(val: <a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -&gt; Self</code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a zero-cost unchecked conversion from a <code>JsValue</code> into an instance of <code>Self</code> <a href="../wasm_bindgen/cast/trait.JsCast.html#tymethod.unchecked_from_js">Read more</a></p>
</div><h4 id='method.unchecked_from_js_ref' class="method hidden"><code id='unchecked_from_js_ref.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#tymethod.unchecked_from_js_ref' class='fnname'>unchecked_from_js_ref</a>(val: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self</code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a zero-cost unchecked conversion from a <code>&amp;JsValue</code> into an instance of <code>&amp;Self</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#tymethod.unchecked_from_js_ref">Read more</a></p>
</div><h4 id='method.has_type' class="method hidden"><code id='has_type.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.has_type' class='fnname'>has_type</a>&lt;T&gt;(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#30-35' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Test whether this JS value has a type <code>T</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.has_type">Read more</a></p>
</div><h4 id='method.dyn_into' class="method hidden"><code id='dyn_into.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.dyn_into' class='fnname'>dyn_into</a>&lt;T&gt;(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, Self&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#43-52' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a dynamic cast (checked at runtime) of this value into the target type <code>T</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.dyn_into">Read more</a></p>
</div><h4 id='method.dyn_ref' class="method hidden"><code id='dyn_ref.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.dyn_ref' class='fnname'>dyn_ref</a>&lt;T&gt;(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#60-69' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a dynamic cast (checked at runtime) of this value into the target type <code>T</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.dyn_ref">Read more</a></p>
</div><h4 id='method.unchecked_into' class="method hidden"><code id='unchecked_into.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.unchecked_into' class='fnname'>unchecked_into</a>&lt;T&gt;(self) -&gt; T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#78-83' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a zero-cost unchecked cast into the specified type. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.unchecked_into">Read more</a></p>
</div><h4 id='method.unchecked_ref' class="method hidden"><code id='unchecked_ref.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.unchecked_ref' class='fnname'>unchecked_ref</a>&lt;T&gt;(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#96-101' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a zero-cost unchecked cast into a reference to the specified type. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.unchecked_ref">Read more</a></p>
</div><h4 id='method.is_instance_of' class="method hidden"><code id='is_instance_of.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.is_instance_of' class='fnname'>is_instance_of</a>&lt;T&gt;(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/cast/trait.JsCast.html" title="trait wasm_bindgen::cast::JsCast">JsCast</a>,&nbsp;</span></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#112-117' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Test whether this JS value is an instance of the type <code>T</code>. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.is_instance_of">Read more</a></p>
</div><h4 id='method.is_type_of' class="method hidden"><code id='is_type_of.v'>fn <a href='../wasm_bindgen/cast/trait.JsCast.html#method.is_type_of' class='fnname'>is_type_of</a>(val: &amp;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/wasm_bindgen/cast.rs.html#136-138' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs a dynamic check to see whether the <code>JsValue</code> provided is a value of this type. <a href="../wasm_bindgen/cast/trait.JsCast.html#method.is_type_of">Read more</a></p>
</div></div><h3 id='impl-OptionFromWasmAbi' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/convert/traits/trait.OptionFromWasmAbi.html" title="trait wasm_bindgen::convert::traits::OptionFromWasmAbi">OptionFromWasmAbi</a> for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-OptionFromWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.is_none' class="method hidden"><code id='is_none.v'>fn <a href='../wasm_bindgen/convert/traits/trait.OptionFromWasmAbi.html#tymethod.is_none' class='fnname'>is_none</a>(abi: &amp;Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.FromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::FromWasmAbi::Abi">Abi</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Tests whether the argument is a &quot;none&quot; instance. If so it will be deserialized as <code>None</code>, and otherwise it will be passed to <code>FromWasmAbi</code>. <a href="../wasm_bindgen/convert/traits/trait.OptionFromWasmAbi.html#tymethod.is_none">Read more</a></p>
</div></div><h3 id='impl-OptionIntoWasmAbi' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::OptionIntoWasmAbi">OptionIntoWasmAbi</a> for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-OptionIntoWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.none' class="method hidden"><code id='none.v'>fn <a href='../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html#tymethod.none' class='fnname'>none</a>() -&gt; Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns an ABI instance indicating &quot;none&quot;, which JS will interpret as the <code>None</code> branch of this option. <a href="../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html#tymethod.none">Read more</a></p>
</div></div><h3 id='impl-OptionIntoWasmAbi-1' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::OptionIntoWasmAbi">OptionIntoWasmAbi</a> for &amp;'a <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-OptionIntoWasmAbi-1' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.none-1' class="method hidden"><code id='none.v-1'>fn <a href='../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html#tymethod.none' class='fnname'>none</a>() -&gt; Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns an ABI instance indicating &quot;none&quot;, which JS will interpret as the <code>None</code> branch of this option. <a href="../wasm_bindgen/convert/traits/trait.OptionIntoWasmAbi.html#tymethod.none">Read more</a></p>
</div></div><h3 id='impl-PartialEq%3CHtmlVideoElement%3E' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a>&lt;<a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a>&gt; for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-PartialEq%3CHtmlVideoElement%3E' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.eq' class="method hidden"><code id='eq.v'>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq' class='fnname'>eq</a>(&amp;self, other: &amp;<a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#7' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>
</div><h4 id='method.ne' class="method hidden"><code id='ne.v'>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne' class='fnname'>ne</a>(&amp;self, other: &amp;<a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#7' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests for <code>!=</code>.</p>
</div></div><h3 id='impl-RefFromWasmAbi' class='impl'><code class='in-band'>impl <a class="trait" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html" title="trait wasm_bindgen::convert::traits::RefFromWasmAbi">RefFromWasmAbi</a> for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-RefFromWasmAbi' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi' class="type"><code id='Abi.t'>type <a href='../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = &lt;<a class="struct" href="../wasm_bindgen/struct.JsValue.html" title="struct wasm_bindgen::JsValue">JsValue</a> as <a class="trait" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html" title="trait wasm_bindgen::convert::traits::RefFromWasmAbi">RefFromWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::RefFromWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>The wasm ABI type references to <code>Self</code> are recovered from.</p>
</div><h4 id='associatedtype.Anchor' class="type"><code id='Anchor.t'>type <a href='../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Anchor' class="type">Anchor</a> = <a class="struct" href="https://doc.rust-lang.org/nightly/core/mem/manually_drop/struct.ManuallyDrop.html" title="struct core::mem::manually_drop::ManuallyDrop">ManuallyDrop</a>&lt;<a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a>&gt;</code></h4><div class='docblock'><p>The type that holds the reference to <code>Self</code> for the duration of the invocation of the function that has an <code>&amp;Self</code> parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. <a href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Anchor">Read more</a></p>
</div><h4 id='method.ref_from_abi' class="method hidden"><code id='ref_from_abi.v'>unsafe fn <a href='../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#tymethod.ref_from_abi' class='fnname'>ref_from_abi</a>(js: Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::RefFromWasmAbi::Abi">Abi</a>) -&gt; Self::<a class="type" href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#associatedtype.Anchor" title="type wasm_bindgen::convert::traits::RefFromWasmAbi::Anchor">Anchor</a></code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Recover a <code>Self::Anchor</code> from <code>Self::Abi</code>. <a href="../wasm_bindgen/convert/traits/trait.RefFromWasmAbi.html#tymethod.ref_from_abi">Read more</a></p>
</div></div><h3 id='impl-StructuralEq' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.StructuralEq.html" title="trait core::marker::StructuralEq">StructuralEq</a> for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-StructuralEq' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-StructuralPartialEq' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.StructuralPartialEq.html" title="trait core::marker::StructuralPartialEq">StructuralPartialEq</a> for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-StructuralPartialEq' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#7' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-WasmDescribe' class='impl'><code class='in-band'>impl WasmDescribe for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-WasmDescribe' class='anchor'></a><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.describe' class="method hidden"><code id='describe.v'>fn <a href='#method.describe' class='fnname'>describe</a>()</code><a class='srclink' href='../src/web_sys/features/gen_HtmlVideoElement.rs.html#4' title='goto source code'>[src]</a></h4></div></div><h2 id='synthetic-implementations' class='small-section-header'>Auto Trait Implementations<a href='#synthetic-implementations' class='anchor'></a></h2><div id='synthetic-implementations-list'><h3 id='impl-RefUnwindSafe' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html" title="trait std::panic::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-RefUnwindSafe' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Send' class='impl'><code class='in-band'>impl !<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-Send' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Sync' class='impl'><code class='in-band'>impl !<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-Sync' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Unpin' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-Unpin' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-UnwindSafe' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.UnwindSafe.html" title="trait std::panic::UnwindSafe">UnwindSafe</a> for <a class="struct" href="../web_sys/struct.HtmlVideoElement.html" title="struct web_sys::HtmlVideoElement">HtmlVideoElement</a></code><a href='#impl-UnwindSafe' class='anchor'></a></h3><div class='impl-items'></div></d
</div></div><h3 id='impl-Borrow%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-Borrow%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#213-217' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow' class="method hidden"><code id='borrow.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow' class='fnname'>borrow</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#214-216' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
</div></div><h3 id='impl-BorrowMut%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-BorrowMut%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#220-224' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow_mut' class="method hidden"><code id='borrow_mut.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut' class='fnname'>borrow_mut</a>(&amp;mut self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#221-223' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
</div></div><h3 id='impl-From%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for T</code><a href='#impl-From%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#565-569' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-8' class="method hidden"><code id='from.v-8'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(t: T) -&gt; T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#566-568' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-Into%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-Into%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#554-561' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.into' class="method hidden"><code id='into.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into' class='fnname'>into</a>(self) -&gt; U</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#558-560' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-ReturnWasmAbi' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html" title="trait wasm_bindgen::convert::traits::ReturnWasmAbi">ReturnWasmAbi</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a>,&nbsp;</span></code><a href='#impl-ReturnWasmAbi' class='anchor'></a><a class='srclink' href='../src/wasm_bindgen/convert/traits.rs.html#122-129' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Abi-4' class="type"><code id='Abi.t-4'>type <a href='../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html#associatedtype.Abi' class="type">Abi</a> = &lt;T as <a class="trait" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html" title="trait wasm_bindgen::convert::traits::IntoWasmAbi">IntoWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.IntoWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::IntoWasmAbi::Abi">Abi</a></code></h4><div class='docblock'><p>Same as <code>IntoWasmAbi::Abi</code></p>
</div><h4 id='method.return_abi' class="method hidden"><code id='return_abi.v'>fn <a href='../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html#tymethod.return_abi' class='fnname'>return_abi</a>(self) -&gt; &lt;T as <a class="trait" href="../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html" title="trait wasm_bindgen::convert::traits::ReturnWasmAbi">ReturnWasmAbi</a>&gt;::<a class="type" href="../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html#associatedtype.Abi" title="type wasm_bindgen::convert::traits::ReturnWasmAbi::Abi">Abi</a></code><a class='srclink' href='../src/wasm_bindgen/convert/traits.rs.html#126-128' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Same as <code>IntoWasmAbi::into_abi</code>, except that it may throw and never return in the case of <code>Err</code>. <a href="../wasm_bindgen/convert/traits/trait.ReturnWasmAbi.html#tymethod.return_abi">Read more</a></p>
</div></div><h3 id='impl-ToOwned' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,&nbsp;</span></code><a href='#impl-ToOwned' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#80-92' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Owned' class="type"><code id='Owned.t'>type <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#associatedtype.Owned' class="type">Owned</a> = T</code></h4><div class='docblock'><p>The resulting type after obtaining ownership.</p>
</div><h4 id='method.to_owned' class="method hidden"><code id='to_owned.v'>fn <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned' class='fnname'>to_owned</a>(&amp;self) -&gt; T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#85-87' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Creates owned data from borrowed data, usually by cloning. <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></p>
</div><h4 id='method.clone_into' class="method hidden"><code id='clone_into.v'>fn <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into' class='fnname'>clone_into</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>T)</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#89-91' title='goto source code'>[src]</a></h4><div class='stability hidden'><div class='stab unstable'><details><summary><span class='emoji'>🔬</span> This is a nightly-only experimental API. (<code>toowned_clone_into</code>)</summary><p>recently added</p>
</details></div></div><div class='docblock hidden'><p>Uses borrowed data to replace owned data, usually by cloning. <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></p>
</div></div><h3 id='impl-TryFrom%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-TryFrom%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#602-611' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error' class="type"><code id='Error.t'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error' class="type">Error</a> = <a class="enum" href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4 id='method.try_from' class="method hidden"><code id='try_from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from' class='fnname'>try_from</a>(value: U) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, &lt;T as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#608-610' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-TryInto%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-TryInto%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#588-597' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error-1' class="type"><code id='Error.t-1'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error' class="type">Error</a> = &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4 id='method.try_into' class="method hidden"><code id='try_into.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into' class='fnname'>try_into</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;U, &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#594-596' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div></div></section><section id="search" class="content hidden"></section><section class="footer"></section><script>window.rootPath = "../";window.currentCrate = "web_sys";</script><script src="../main.js"></script><script defer src="../search-index.js"></script></body></html>