Struct web_sys::HtmlTrackElement 
source · #[repr(transparent)]pub struct HtmlTrackElement { /* private fields */ }Expand description
The HTMLTrackElement object
This API requires the following crate features to be activated: HtmlTrackElement
Implementations§
source§impl HtmlTrackElement
 
impl HtmlTrackElement
source§impl HtmlTrackElement
 
impl HtmlTrackElement
source§impl HtmlTrackElement
 
impl HtmlTrackElement
source§impl HtmlTrackElement
 
impl HtmlTrackElement
source§impl HtmlTrackElement
 
impl HtmlTrackElement
source§impl HtmlTrackElement
 
impl HtmlTrackElement
sourcepub fn set_srclang(&self, srclang: &str)
 
pub fn set_srclang(&self, srclang: &str)
The srclang setter
This API requires the following crate features to be activated: HtmlTrackElement
source§impl HtmlTrackElement
 
impl HtmlTrackElement
source§impl HtmlTrackElement
 
impl HtmlTrackElement
source§impl HtmlTrackElement
 
impl HtmlTrackElement
source§impl HtmlTrackElement
 
impl HtmlTrackElement
sourcepub fn set_default(&self, default: bool)
 
pub fn set_default(&self, default: bool)
The default setter
This API requires the following crate features to be activated: HtmlTrackElement
source§impl HtmlTrackElement
 
impl HtmlTrackElement
sourcepub fn ready_state(&self) -> u16
 
pub fn ready_state(&self) -> u16
The readyState getter
This API requires the following crate features to be activated: HtmlTrackElement
Trait Implementations§
source§impl AsRef<Element> for HtmlTrackElement
 
impl AsRef<Element> for HtmlTrackElement
source§impl AsRef<EventTarget> for HtmlTrackElement
 
impl AsRef<EventTarget> for HtmlTrackElement
source§fn as_ref(&self) -> &EventTarget
 
fn as_ref(&self) -> &EventTarget
Converts this type into a shared reference of the (usually inferred) input type.
source§impl AsRef<HtmlElement> for HtmlTrackElement
 
impl AsRef<HtmlElement> for HtmlTrackElement
source§fn as_ref(&self) -> &HtmlElement
 
fn as_ref(&self) -> &HtmlElement
Converts this type into a shared reference of the (usually inferred) input type.
source§impl AsRef<JsValue> for HtmlTrackElement
 
impl AsRef<JsValue> for HtmlTrackElement
source§impl AsRef<Node> for HtmlTrackElement
 
impl AsRef<Node> for HtmlTrackElement
source§impl AsRef<Object> for HtmlTrackElement
 
impl AsRef<Object> for HtmlTrackElement
source§impl Clone for HtmlTrackElement
 
impl Clone for HtmlTrackElement
source§fn clone(&self) -> HtmlTrackElement
 
fn clone(&self) -> HtmlTrackElement
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for HtmlTrackElement
 
impl Debug for HtmlTrackElement
source§impl From<HtmlTrackElement> for Element
 
impl From<HtmlTrackElement> for Element
source§fn from(obj: HtmlTrackElement) -> Element
 
fn from(obj: HtmlTrackElement) -> Element
Converts to this type from the input type.
source§impl From<HtmlTrackElement> for EventTarget
 
impl From<HtmlTrackElement> for EventTarget
source§fn from(obj: HtmlTrackElement) -> EventTarget
 
fn from(obj: HtmlTrackElement) -> EventTarget
Converts to this type from the input type.
source§impl From<HtmlTrackElement> for HtmlElement
 
impl From<HtmlTrackElement> for HtmlElement
source§fn from(obj: HtmlTrackElement) -> HtmlElement
 
fn from(obj: HtmlTrackElement) -> HtmlElement
Converts to this type from the input type.
source§impl From<HtmlTrackElement> for JsValue
 
impl From<HtmlTrackElement> for JsValue
source§fn from(obj: HtmlTrackElement) -> JsValue
 
fn from(obj: HtmlTrackElement) -> JsValue
Converts to this type from the input type.
source§impl From<HtmlTrackElement> for Node
 
impl From<HtmlTrackElement> for Node
source§fn from(obj: HtmlTrackElement) -> Node
 
fn from(obj: HtmlTrackElement) -> Node
Converts to this type from the input type.
source§impl From<HtmlTrackElement> for Object
 
impl From<HtmlTrackElement> for Object
source§fn from(obj: HtmlTrackElement) -> Object
 
fn from(obj: HtmlTrackElement) -> Object
Converts to this type from the input type.
source§impl From<JsValue> for HtmlTrackElement
 
impl From<JsValue> for HtmlTrackElement
source§fn from(obj: JsValue) -> HtmlTrackElement
 
fn from(obj: JsValue) -> HtmlTrackElement
Converts to this type from the input type.
source§impl FromWasmAbi for HtmlTrackElement
 
impl FromWasmAbi for HtmlTrackElement
source§impl<'a> IntoWasmAbi for &'a HtmlTrackElement
 
impl<'a> IntoWasmAbi for &'a HtmlTrackElement
source§impl IntoWasmAbi for HtmlTrackElement
 
impl IntoWasmAbi for HtmlTrackElement
source§impl JsCast for HtmlTrackElement
 
impl JsCast for HtmlTrackElement
source§fn instanceof(val: &JsValue) -> bool
 
fn instanceof(val: &JsValue) -> bool
Performs a dynamic 
instanceof check to see whether the JsValue
provided is an instance of this type. Read moresource§fn unchecked_from_js(val: JsValue) -> Self
 
fn unchecked_from_js(val: JsValue) -> Self
source§fn unchecked_from_js_ref(val: &JsValue) -> &Self
 
fn unchecked_from_js_ref(val: &JsValue) -> &Self
source§fn is_instance_of<T>(&self) -> boolwhere
    T: JsCast,
 
fn is_instance_of<T>(&self) -> boolwhere
    T: JsCast,
Test whether this JS value is an instance of the type 
T. Read moresource§fn dyn_into<T>(self) -> Result<T, Self>where
    T: JsCast,
 
fn dyn_into<T>(self) -> Result<T, Self>where
    T: JsCast,
Performs a dynamic cast (checked at runtime) of this value into the
target type 
T. Read moresource§fn dyn_ref<T>(&self) -> Option<&T>where
    T: JsCast,
 
fn dyn_ref<T>(&self) -> Option<&T>where
    T: JsCast,
Performs a dynamic cast (checked at runtime) of this value into the
target type 
T. Read moresource§fn unchecked_into<T>(self) -> Twhere
    T: JsCast,
 
fn unchecked_into<T>(self) -> Twhere
    T: JsCast,
Performs a zero-cost unchecked cast into the specified type. Read more
source§impl OptionFromWasmAbi for HtmlTrackElement
 
impl OptionFromWasmAbi for HtmlTrackElement
source§impl<'a> OptionIntoWasmAbi for &'a HtmlTrackElement
 
impl<'a> OptionIntoWasmAbi for &'a HtmlTrackElement
source§impl OptionIntoWasmAbi for HtmlTrackElement
 
impl OptionIntoWasmAbi for HtmlTrackElement
source§impl RefFromWasmAbi for HtmlTrackElement
 
impl RefFromWasmAbi for HtmlTrackElement
§type Abi = <JsValue as RefFromWasmAbi>::Abi
 
type Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to 
Self are recovered from.§type Anchor = ManuallyDrop<HtmlTrackElement>
 
type Anchor = ManuallyDrop<HtmlTrackElement>
The type that holds the reference to 
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous. Read moreAuto Trait Implementations§
impl RefUnwindSafe for HtmlTrackElement
impl !Send for HtmlTrackElement
impl !Sync for HtmlTrackElement
impl Unpin for HtmlTrackElement
impl UnwindSafe for HtmlTrackElement
Blanket Implementations§
source§impl<T> ReturnWasmAbi for Twhere
    T: IntoWasmAbi,
 
impl<T> ReturnWasmAbi for Twhere
    T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
 
type Abi = <T as IntoWasmAbi>::Abi
Same as 
IntoWasmAbi::Abisource§fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi
 
fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi
Same as 
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err. Read more