[][src]Struct stdweb::web::event::GotPointerCaptureEvent

pub struct GotPointerCaptureEvent(_);

The GotPointerCaptureEvent fires when an element receives pointer capture

(JavaScript docs)

Trait Implementations

impl JsSerialize for GotPointerCaptureEvent[src]

impl TryFrom<GotPointerCaptureEvent> for Reference[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for GotPointerCaptureEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl<'_r> TryFrom<&'_r Reference> for GotPointerCaptureEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Value> for GotPointerCaptureEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl<'_r> TryFrom<&'_r Value> for GotPointerCaptureEvent[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl InstanceOf for GotPointerCaptureEvent[src]

impl ReferenceType for GotPointerCaptureEvent[src]

impl IEvent for GotPointerCaptureEvent[src]

impl ConcreteEvent for GotPointerCaptureEvent[src]

impl IUiEvent for GotPointerCaptureEvent[src]

impl IMouseEvent for GotPointerCaptureEvent[src]

impl IPointerEvent for GotPointerCaptureEvent[src]

impl AsRef<Reference> for GotPointerCaptureEvent[src]

impl From<GotPointerCaptureEvent> for Reference[src]

impl Clone for GotPointerCaptureEvent[src]

impl Eq for GotPointerCaptureEvent[src]

impl PartialEq<GotPointerCaptureEvent> for GotPointerCaptureEvent[src]

impl Debug for GotPointerCaptureEvent[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]