[][src]Struct web_sys::SvgPathSegMovetoRel

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

The SvgPathSegMovetoRel class.

MDN Documentation

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

Methods

impl SvgPathSegMovetoRel[src]

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

Getter for the x field of this object.

MDN Documentation

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

impl SvgPathSegMovetoRel[src]

pub fn set_x(&self, value: f32)[src]

Setter for the x field of this object.

MDN Documentation

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

impl SvgPathSegMovetoRel[src]

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

Getter for the y field of this object.

MDN Documentation

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

impl SvgPathSegMovetoRel[src]

pub fn set_y(&self, value: f32)[src]

Setter for the y field of this object.

MDN Documentation

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

Methods from Deref<Target = SvgPathSeg>

pub fn path_seg_type(&self) -> u16[src]

Getter for the pathSegType field of this object.

MDN Documentation

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

pub fn path_seg_type_as_letter(&self) -> String[src]

Getter for the pathSegTypeAsLetter field of this object.

MDN Documentation

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

Trait Implementations

impl AsRef<JsValue> for SvgPathSegMovetoRel[src]

impl AsRef<Object> for SvgPathSegMovetoRel[src]

impl AsRef<SvgPathSeg> for SvgPathSegMovetoRel[src]

impl AsRef<SvgPathSegMovetoRel> for SvgPathSegMovetoRel[src]

impl Clone for SvgPathSegMovetoRel[src]

impl Debug for SvgPathSegMovetoRel[src]

impl Deref for SvgPathSegMovetoRel[src]

type Target = SvgPathSeg

The resulting type after dereferencing.

impl Eq for SvgPathSegMovetoRel[src]

impl From<JsValue> for SvgPathSegMovetoRel[src]

impl From<SvgPathSegMovetoRel> for JsValue[src]

impl From<SvgPathSegMovetoRel> for SvgPathSeg[src]

impl From<SvgPathSegMovetoRel> for Object[src]

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

impl OptionFromWasmAbi for SvgPathSegMovetoRel[src]

impl OptionIntoWasmAbi for SvgPathSegMovetoRel[src]

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

impl PartialEq<SvgPathSegMovetoRel> for SvgPathSegMovetoRel[src]

impl RefFromWasmAbi for SvgPathSegMovetoRel[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<SvgPathSegMovetoRel>

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 SvgPathSegMovetoRel[src]

impl StructuralPartialEq for SvgPathSegMovetoRel[src]

impl WasmDescribe for SvgPathSegMovetoRel[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.