[][src]Struct web_sys::SvgTextElement

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

The SVGTextElement object

MDN Documentation

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

Methods from Deref<Target = SvgTextPositioningElement>

pub fn x(&self) -> SvgAnimatedLengthList[src]

The x getter

MDN Documentation

This API requires the following crate features to be activated: SvgAnimatedLengthList, SvgTextPositioningElement

pub fn y(&self) -> SvgAnimatedLengthList[src]

The y getter

MDN Documentation

This API requires the following crate features to be activated: SvgAnimatedLengthList, SvgTextPositioningElement

pub fn dx(&self) -> SvgAnimatedLengthList[src]

The dx getter

MDN Documentation

This API requires the following crate features to be activated: SvgAnimatedLengthList, SvgTextPositioningElement

pub fn dy(&self) -> SvgAnimatedLengthList[src]

The dy getter

MDN Documentation

This API requires the following crate features to be activated: SvgAnimatedLengthList, SvgTextPositioningElement

pub fn rotate(&self) -> SvgAnimatedNumberList[src]

The rotate getter

MDN Documentation

This API requires the following crate features to be activated: SvgAnimatedNumberList, SvgTextPositioningElement

Trait Implementations

impl AsRef<JsValue> for SvgTextElement[src]

impl AsRef<SvgTextElement> for SvgTextElement[src]

impl AsRef<SvgTextPositioningElement> for SvgTextElement[src]

impl AsRef<SvgTextContentElement> for SvgTextElement[src]

impl AsRef<SvgGraphicsElement> for SvgTextElement[src]

impl AsRef<SvgElement> for SvgTextElement[src]

impl AsRef<Element> for SvgTextElement[src]

impl AsRef<Node> for SvgTextElement[src]

impl AsRef<EventTarget> for SvgTextElement[src]

impl AsRef<Object> for SvgTextElement[src]

impl From<JsValue> for SvgTextElement[src]

impl From<SvgTextElement> for JsValue[src]

impl From<SvgTextElement> for SvgTextPositioningElement[src]

impl From<SvgTextElement> for SvgTextContentElement[src]

impl From<SvgTextElement> for SvgGraphicsElement[src]

impl From<SvgTextElement> for SvgElement[src]

impl From<SvgTextElement> for Element[src]

impl From<SvgTextElement> for Node[src]

impl From<SvgTextElement> for EventTarget[src]

impl From<SvgTextElement> for Object[src]

impl Clone for SvgTextElement[src]

impl Eq for SvgTextElement[src]

impl PartialEq<SvgTextElement> for SvgTextElement[src]

impl Debug for SvgTextElement[src]

impl Deref for SvgTextElement[src]

type Target = SvgTextPositioningElement

The resulting type after dereferencing.

impl StructuralPartialEq for SvgTextElement[src]

impl StructuralEq for SvgTextElement[src]

impl JsCast for SvgTextElement[src]

impl RefFromWasmAbi for SvgTextElement[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<SvgTextElement>

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 FromWasmAbi for SvgTextElement[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 SvgTextElement[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 SvgTextElement[src]

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

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

impl WasmDescribe for SvgTextElement[src]

impl OptionFromWasmAbi for SvgTextElement[src]

impl OptionIntoWasmAbi for SvgTextElement[src]

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

Auto Trait Implementations

Blanket Implementations

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

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

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.

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

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

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

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

type Abi = <T as IntoWasmAbi>::Abi

Same as IntoWasmAbi::Abi