[−][src]Struct web_sys::SvgAnimateElement
The SVGAnimateElement object
This API requires the following crate features to be activated: SvgAnimateElement
Methods from Deref<Target = SvgAnimationElement>
pub fn begin_element(&self) -> Result<(), JsValue> | [src] |
The beginElement() method
This API requires the following crate features to be activated: SvgAnimationElement
pub fn begin_element_at(&self, offset: f32) -> Result<(), JsValue> | [src] |
The beginElementAt() method
This API requires the following crate features to be activated: SvgAnimationElement
pub fn end_element(&self) -> Result<(), JsValue> | [src] |
The endElement() method
This API requires the following crate features to be activated: SvgAnimationElement
pub fn end_element_at(&self, offset: f32) -> Result<(), JsValue> | [src] |
The endElementAt() method
This API requires the following crate features to be activated: SvgAnimationElement
pub fn get_current_time(&self) -> f32 | [src] |
The getCurrentTime() method
This API requires the following crate features to be activated: SvgAnimationElement
pub fn get_simple_duration(&self) -> Result<f32, JsValue> | [src] |
The getSimpleDuration() method
This API requires the following crate features to be activated: SvgAnimationElement
pub fn get_start_time(&self) -> Result<f32, JsValue> | [src] |
The getStartTime() method
This API requires the following crate features to be activated: SvgAnimationElement
pub fn target_element(&self) -> Option<SvgElement> | [src] |
The targetElement getter
This API requires the following crate features to be activated: SvgAnimationElement, SvgElement
pub fn has_extension(&self, extension: &str) -> bool | [src] |
The hasExtension() method
This API requires the following crate features to be activated: SvgAnimationElement
pub fn required_features(&self) -> SvgStringList | [src] |
The requiredFeatures getter
This API requires the following crate features to be activated: SvgAnimationElement, SvgStringList
pub fn required_extensions(&self) -> SvgStringList | [src] |
The requiredExtensions getter
This API requires the following crate features to be activated: SvgAnimationElement, SvgStringList
pub fn system_language(&self) -> SvgStringList | [src] |
The systemLanguage getter
This API requires the following crate features to be activated: SvgAnimationElement, SvgStringList
Trait Implementations
impl From<JsValue> for SvgAnimateElement[src]
impl From<JsValue> for SvgAnimateElementfn from(obj: JsValue) -> SvgAnimateElement | [src] |
impl From<SvgAnimateElement> for JsValue[src]
impl From<SvgAnimateElement> for JsValuefn from(obj: SvgAnimateElement) -> JsValue | [src] |
impl From<SvgAnimateElement> for SvgAnimationElement[src]
impl From<SvgAnimateElement> for SvgAnimationElementfn from(obj: SvgAnimateElement) -> SvgAnimationElement | [src] |
impl From<SvgAnimateElement> for SvgElement[src]
impl From<SvgAnimateElement> for SvgElementfn from(obj: SvgAnimateElement) -> SvgElement | [src] |
impl From<SvgAnimateElement> for Element[src]
impl From<SvgAnimateElement> for Elementfn from(obj: SvgAnimateElement) -> Element | [src] |
impl From<SvgAnimateElement> for Node[src]
impl From<SvgAnimateElement> for Nodefn from(obj: SvgAnimateElement) -> Node | [src] |
impl From<SvgAnimateElement> for EventTarget[src]
impl From<SvgAnimateElement> for EventTargetfn from(obj: SvgAnimateElement) -> EventTarget | [src] |
impl From<SvgAnimateElement> for Object[src]
impl From<SvgAnimateElement> for Objectfn from(obj: SvgAnimateElement) -> Object | [src] |
impl AsRef<JsValue> for SvgAnimateElement[src]
impl AsRef<JsValue> for SvgAnimateElementimpl AsRef<SvgAnimationElement> for SvgAnimateElement[src]
impl AsRef<SvgAnimationElement> for SvgAnimateElementfn as_ref(&self) -> &SvgAnimationElement | [src] |
impl AsRef<SvgElement> for SvgAnimateElement[src]
impl AsRef<SvgElement> for SvgAnimateElementfn as_ref(&self) -> &SvgElement | [src] |
impl AsRef<Element> for SvgAnimateElement[src]
impl AsRef<Element> for SvgAnimateElementimpl AsRef<Node> for SvgAnimateElement[src]
impl AsRef<Node> for SvgAnimateElementimpl AsRef<EventTarget> for SvgAnimateElement[src]
impl AsRef<EventTarget> for SvgAnimateElementfn as_ref(&self) -> &EventTarget | [src] |
impl AsRef<Object> for SvgAnimateElement[src]
impl AsRef<Object> for SvgAnimateElementimpl Clone for SvgAnimateElement[src]
impl Clone for SvgAnimateElementfn clone(&self) -> SvgAnimateElement | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
impl Debug for SvgAnimateElement[src]
impl Debug for SvgAnimateElementimpl Deref for SvgAnimateElement[src]
impl Deref for SvgAnimateElementtype Target = SvgAnimationElement
The resulting type after dereferencing.
fn deref(&self) -> &SvgAnimationElement | [src] |
impl FromWasmAbi for SvgAnimateElement[src]
impl FromWasmAbi for SvgAnimateElementtype Abi = <JsValue as FromWasmAbi>::Abi
The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more
unsafe fn from_abi(js: Self::Abi, extra: &mut dyn Stack) -> Self | [src] |
impl IntoWasmAbi for SvgAnimateElement[src]
impl IntoWasmAbi for SvgAnimateElementtype Abi = <JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self, extra: &mut dyn Stack) -> Self::Abi | [src] |
impl<'a> IntoWasmAbi for &'a SvgAnimateElement[src]
impl<'a> IntoWasmAbi for &'a SvgAnimateElementtype Abi = <&'a JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self, extra: &mut dyn Stack) -> Self::Abi | [src] |
impl WasmDescribe for SvgAnimateElement[src]
impl WasmDescribe for SvgAnimateElementimpl OptionIntoWasmAbi for SvgAnimateElement[src]
impl OptionIntoWasmAbi for SvgAnimateElementimpl<'a> OptionIntoWasmAbi for &'a SvgAnimateElement[src]
impl<'a> OptionIntoWasmAbi for &'a SvgAnimateElementimpl OptionFromWasmAbi for SvgAnimateElement[src]
impl OptionFromWasmAbi for SvgAnimateElementimpl RefFromWasmAbi for SvgAnimateElement[src]
impl RefFromWasmAbi for SvgAnimateElementtype Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to Self are recovered from.
type Anchor = ManuallyDrop<SvgAnimateElement>
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 more
unsafe fn ref_from_abi(js: Self::Abi, extra: &mut dyn Stack) -> Self::Anchor | [src] |
impl JsCast for SvgAnimateElement[src]
impl JsCast for SvgAnimateElementfn instanceof(val: &JsValue) -> bool | [src] |
fn unchecked_from_js(val: JsValue) -> Self | [src] |
fn unchecked_from_js_ref(val: &JsValue) -> &Self | [src] |
fn is_instance_of<T>(&self) -> bool where | [src] |
Test whether this JS value is an instance of the type T. Read more
fn dyn_into<T>(self) -> Result<T, Self> where | [src] |
Performs a dynamic cast (checked at runtime) of this value into the target type T. Read more
fn dyn_ref<T>(&self) -> Option<&T> where | [src] |
Performs a dynamic cast (checked at runtime) of this value into the target type T. Read more
fn unchecked_into<T>(self) -> T where | [src] |
Performs a zero-cost unchecked cast into the specified type. Read more
fn unchecked_ref<T>(&self) -> &T where | [src] |
Performs a zero-cost unchecked cast into a reference to the specified type. Read more
Auto Trait Implementations
impl !Send for SvgAnimateElement
impl !Send for SvgAnimateElementimpl !Sync for SvgAnimateElement
impl !Sync for SvgAnimateElementBlanket Implementations
impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, [src]
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi | [src] |