[][src]Struct web_sys::ConstrainLongRange

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

The ConstrainLongRange dictionary.

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

Implementations

impl ConstrainLongRange[src]

pub fn new() -> Self[src]

Construct a new ConstrainLongRange.

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

pub fn exact(&mut self, val: i32) -> &mut Self[src]

Change the exact field of this object.

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

pub fn ideal(&mut self, val: i32) -> &mut Self[src]

Change the ideal field of this object.

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

pub fn max(&mut self, val: i32) -> &mut Self[src]

Change the max field of this object.

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

pub fn min(&mut self, val: i32) -> &mut Self[src]

Change the min field of this object.

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

Trait Implementations

impl AsRef<ConstrainLongRange> for ConstrainLongRange[src]

impl AsRef<JsValue> for ConstrainLongRange[src]

impl AsRef<Object> for ConstrainLongRange[src]

impl Clone for ConstrainLongRange[src]

impl Debug for ConstrainLongRange[src]

impl Deref for ConstrainLongRange[src]

type Target = Object

The resulting type after dereferencing.

impl Eq for ConstrainLongRange[src]

impl From<ConstrainLongRange> for JsValue[src]

impl From<ConstrainLongRange> for Object[src]

impl From<JsValue> for ConstrainLongRange[src]

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

impl OptionFromWasmAbi for ConstrainLongRange[src]

impl OptionIntoWasmAbi for ConstrainLongRange[src]

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

impl PartialEq<ConstrainLongRange> for ConstrainLongRange[src]

impl RefFromWasmAbi for ConstrainLongRange[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<ConstrainLongRange>

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

impl StructuralPartialEq for ConstrainLongRange[src]

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