[][src]Struct web_sys::SvgPathSegLinetoVerticalAbs

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

The SvgPathSegLinetoVerticalAbs class.

MDN Documentation

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

Methods

impl SvgPathSegLinetoVerticalAbs[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: SvgPathSegLinetoVerticalAbs

impl SvgPathSegLinetoVerticalAbs[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: SvgPathSegLinetoVerticalAbs

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

impl AsRef<Object> for SvgPathSegLinetoVerticalAbs[src]

impl AsRef<SvgPathSeg> for SvgPathSegLinetoVerticalAbs[src]

impl AsRef<SvgPathSegLinetoVerticalAbs> for SvgPathSegLinetoVerticalAbs[src]

impl Clone for SvgPathSegLinetoVerticalAbs[src]

impl Debug for SvgPathSegLinetoVerticalAbs[src]

impl Deref for SvgPathSegLinetoVerticalAbs[src]

type Target = SvgPathSeg

The resulting type after dereferencing.

impl Eq for SvgPathSegLinetoVerticalAbs[src]

impl From<JsValue> for SvgPathSegLinetoVerticalAbs[src]

impl From<SvgPathSegLinetoVerticalAbs> for JsValue[src]

impl From<SvgPathSegLinetoVerticalAbs> for SvgPathSeg[src]

impl From<SvgPathSegLinetoVerticalAbs> for Object[src]

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

impl OptionFromWasmAbi for SvgPathSegLinetoVerticalAbs[src]

impl OptionIntoWasmAbi for SvgPathSegLinetoVerticalAbs[src]

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

impl PartialEq<SvgPathSegLinetoVerticalAbs> for SvgPathSegLinetoVerticalAbs[src]

impl RefFromWasmAbi for SvgPathSegLinetoVerticalAbs[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<SvgPathSegLinetoVerticalAbs>

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

impl StructuralPartialEq for SvgPathSegLinetoVerticalAbs[src]

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