[][src]Struct web_sys::SvgAnimateTransformElement

#[repr(transparent)]pub struct SvgAnimateTransformElement { /* fields omitted */ }

The SvgAnimateTransformElement class.

MDN Documentation

This API requires the following crate features to be activated: SvgAnimateTransformElement

Methods from Deref<Target = SvgAnimationElement>

pub fn target_element(&self) -> Option<SvgElement>[src]

Getter for the targetElement field of this object.

MDN Documentation

This API requires the following crate features to be activated: SvgAnimationElement

pub fn required_features(&self) -> SvgStringList[src]

Getter for the requiredFeatures field of this object.

MDN Documentation

This API requires the following crate features to be activated: SvgAnimationElement, SvgStringList

pub fn required_extensions(&self) -> SvgStringList[src]

Getter for the requiredExtensions field of this object.

MDN Documentation

This API requires the following crate features to be activated: SvgAnimationElement, SvgStringList

pub fn system_language(&self) -> SvgStringList[src]

Getter for the systemLanguage field of this object.

MDN Documentation

This API requires the following crate features to be activated: SvgAnimationElement, SvgStringList

pub fn begin_element(&self) -> Result<(), JsValue>[src]

The beginElement() method.

MDN Documentation

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.

MDN Documentation

This API requires the following crate features to be activated: SvgAnimationElement

pub fn end_element(&self) -> Result<(), JsValue>[src]

The endElement() method.

MDN Documentation

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.

MDN Documentation

This API requires the following crate features to be activated: SvgAnimationElement

pub fn get_current_time(&self) -> f32[src]

The getCurrentTime() method.

MDN Documentation

This API requires the following crate features to be activated: SvgAnimationElement

pub fn get_simple_duration(&self) -> Result<f32, JsValue>[src]

The getSimpleDuration() method.

MDN Documentation

This API requires the following crate features to be activated: SvgAnimationElement

pub fn get_start_time(&self) -> Result<f32, JsValue>[src]

The getStartTime() method.

MDN Documentation

This API requires the following crate features to be activated: SvgAnimationElement

pub fn has_extension(&self, extension: &str) -> bool[src]

The hasExtension() method.

MDN Documentation

This API requires the following crate features to be activated: SvgAnimationElement

Trait Implementations

impl AsRef<Element> for SvgAnimateTransformElement[src]

impl AsRef<EventTarget> for SvgAnimateTransformElement[src]

impl AsRef<JsValue> for SvgAnimateTransformElement[src]

impl AsRef<Node> for SvgAnimateTransformElement[src]

impl AsRef<Object> for SvgAnimateTransformElement[src]

impl AsRef<SvgAnimateTransformElement> for SvgAnimateTransformElement[src]

impl AsRef<SvgAnimationElement> for SvgAnimateTransformElement[src]

impl AsRef<SvgElement> for SvgAnimateTransformElement[src]

impl Clone for SvgAnimateTransformElement[src]

impl Debug for SvgAnimateTransformElement[src]

impl Deref for SvgAnimateTransformElement[src]

type Target = SvgAnimationElement

The resulting type after dereferencing.

impl Eq for SvgAnimateTransformElement[src]

impl From<JsValue> for SvgAnimateTransformElement[src]

impl From<SvgAnimateTransformElement> for JsValue[src]

impl From<SvgAnimateTransformElement> for SvgAnimationElement[src]

impl From<SvgAnimateTransformElement> for SvgElement[src]

impl From<SvgAnimateTransformElement> for Element[src]

impl From<SvgAnimateTransformElement> for Node[src]

impl From<SvgAnimateTransformElement> for EventTarget[src]

impl From<SvgAnimateTransformElement> for Object[src]

impl FromWasmAbi for SvgAnimateTransformElement[src]

type Abi = <JsValue as FromWasmAbi>::Abi

The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more

impl IntoWasmAbi for SvgAnimateTransformElement[src]

type Abi = <JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl<'a> IntoWasmAbi for &'a SvgAnimateTransformElement[src]

type Abi = <&'a JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl JsCast for SvgAnimateTransformElement[src]

impl OptionFromWasmAbi for SvgAnimateTransformElement[src]

impl OptionIntoWasmAbi for SvgAnimateTransformElement[src]

impl<'a> OptionIntoWasmAbi for &'a SvgAnimateTransformElement[src]

impl PartialEq<SvgAnimateTransformElement> for SvgAnimateTransformElement[src]

impl RefFromWasmAbi for SvgAnimateTransformElement[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<SvgAnimateTransformElement>

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

impl StructuralEq for SvgAnimateTransformElement[src]

impl StructuralPartialEq for SvgAnimateTransformElement[src]

impl WasmDescribe for SvgAnimateTransformElement[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ReturnWasmAbi for T where
    T: IntoWasmAbi
[src]

type Abi = <T as IntoWasmAbi>::Abi

Same as IntoWasmAbi::Abi

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.