[][src]Struct web_sys::SvgLength

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

The SvgLength class.

MDN Documentation

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

Implementations

impl SvgLength[src]

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

Getter for the unitType field of this object.

MDN Documentation

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

impl SvgLength[src]

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

Getter for the value field of this object.

MDN Documentation

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

impl SvgLength[src]

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

Setter for the value field of this object.

MDN Documentation

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

impl SvgLength[src]

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

Getter for the valueInSpecifiedUnits field of this object.

MDN Documentation

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

impl SvgLength[src]

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

Setter for the valueInSpecifiedUnits field of this object.

MDN Documentation

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

impl SvgLength[src]

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

Getter for the valueAsString field of this object.

MDN Documentation

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

impl SvgLength[src]

pub fn set_value_as_string(&self, value: &str)[src]

Setter for the valueAsString field of this object.

MDN Documentation

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

impl SvgLength[src]

pub fn convert_to_specified_units(&self, unit_type: u16) -> Result<(), JsValue>[src]

The convertToSpecifiedUnits() method.

MDN Documentation

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

impl SvgLength[src]

pub fn new_value_specified_units(
    &self,
    unit_type: u16,
    value_in_specified_units: f32
) -> Result<(), JsValue>
[src]

The newValueSpecifiedUnits() method.

MDN Documentation

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

impl SvgLength[src]

pub const SVG_LENGTHTYPE_UNKNOWN: u16[src]

The SVGLength.SVG_LENGTHTYPE_UNKNOWN const.

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

pub const SVG_LENGTHTYPE_NUMBER: u16[src]

The SVGLength.SVG_LENGTHTYPE_NUMBER const.

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

pub const SVG_LENGTHTYPE_PERCENTAGE: u16[src]

The SVGLength.SVG_LENGTHTYPE_PERCENTAGE const.

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

pub const SVG_LENGTHTYPE_EMS: u16[src]

The SVGLength.SVG_LENGTHTYPE_EMS const.

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

pub const SVG_LENGTHTYPE_EXS: u16[src]

The SVGLength.SVG_LENGTHTYPE_EXS const.

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

pub const SVG_LENGTHTYPE_PX: u16[src]

The SVGLength.SVG_LENGTHTYPE_PX const.

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

pub const SVG_LENGTHTYPE_CM: u16[src]

The SVGLength.SVG_LENGTHTYPE_CM const.

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

pub const SVG_LENGTHTYPE_MM: u16[src]

The SVGLength.SVG_LENGTHTYPE_MM const.

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

pub const SVG_LENGTHTYPE_IN: u16[src]

The SVGLength.SVG_LENGTHTYPE_IN const.

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

pub const SVG_LENGTHTYPE_PT: u16[src]

The SVGLength.SVG_LENGTHTYPE_PT const.

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

pub const SVG_LENGTHTYPE_PC: u16[src]

The SVGLength.SVG_LENGTHTYPE_PC const.

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

Trait Implementations

impl AsRef<JsValue> for SvgLength[src]

impl AsRef<Object> for SvgLength[src]

impl AsRef<SvgLength> for SvgLength[src]

impl Clone for SvgLength[src]

impl Debug for SvgLength[src]

impl Deref for SvgLength[src]

type Target = Object

The resulting type after dereferencing.

impl Eq for SvgLength[src]

impl From<JsValue> for SvgLength[src]

impl From<SvgLength> for JsValue[src]

impl From<SvgLength> for Object[src]

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

impl OptionFromWasmAbi for SvgLength[src]

impl OptionIntoWasmAbi for SvgLength[src]

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

impl PartialEq<SvgLength> for SvgLength[src]

impl RefFromWasmAbi for SvgLength[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<SvgLength>

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

impl StructuralPartialEq for SvgLength[src]

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