[][src]Struct web_sys::SvgZoomAndPan

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

The SvgZoomAndPan class.

MDN Documentation

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

Implementations

impl SvgZoomAndPan[src]

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

Getter for the zoomAndPan field of this object.

MDN Documentation

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

impl SvgZoomAndPan[src]

pub fn set_zoom_and_pan(&self, value: u16)[src]

Setter for the zoomAndPan field of this object.

MDN Documentation

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

impl SvgZoomAndPan[src]

pub const SVG_ZOOMANDPAN_UNKNOWN: u16[src]

The SVGZoomAndPan.SVG_ZOOMANDPAN_UNKNOWN const.

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

pub const SVG_ZOOMANDPAN_DISABLE: u16[src]

The SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE const.

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

pub const SVG_ZOOMANDPAN_MAGNIFY: u16[src]

The SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY const.

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

Trait Implementations

impl AsRef<JsValue> for SvgZoomAndPan[src]

impl AsRef<Object> for SvgZoomAndPan[src]

impl AsRef<SvgZoomAndPan> for SvgZoomAndPan[src]

impl Clone for SvgZoomAndPan[src]

impl Debug for SvgZoomAndPan[src]

impl Deref for SvgZoomAndPan[src]

type Target = Object

The resulting type after dereferencing.

impl Eq for SvgZoomAndPan[src]

impl From<JsValue> for SvgZoomAndPan[src]

impl From<SvgZoomAndPan> for JsValue[src]

impl From<SvgZoomAndPan> for Object[src]

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

impl OptionFromWasmAbi for SvgZoomAndPan[src]

impl OptionIntoWasmAbi for SvgZoomAndPan[src]

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

impl PartialEq<SvgZoomAndPan> for SvgZoomAndPan[src]

impl RefFromWasmAbi for SvgZoomAndPan[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<SvgZoomAndPan>

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

impl StructuralPartialEq for SvgZoomAndPan[src]

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