[−]Struct yew_stdweb::events::TouchEnter
The TouchEnter event is fired when a touch point is moved onto the
interactive area of an element.
Warning: This event was a proposal in an early version of the specification and has not been implemented. Do not rely on it.
Trait Implementations
impl AsRef<Reference> for TouchEnter
fn as_ref(&self) -> &Reference
impl Clone for TouchEnter
fn clone(&self) -> TouchEnter
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ConcreteEvent for TouchEnter
const EVENT_TYPE: &'static str
impl Debug for TouchEnter
impl Eq for TouchEnter
impl IEvent for TouchEnter
fn bubbles(&self) -> bool
fn cancel_bubble(&self) -> bool
fn set_cancel_bubble(&self, value: bool)
fn cancelable(&self) -> bool
fn current_target(&self) -> Option<EventTarget>
fn default_prevented(&self) -> bool
fn event_phase(&self) -> EventPhase
fn stop_immediate_propagation(&self)
fn stop_propagation(&self)
fn target(&self) -> Option<EventTarget>
fn time_stamp(&self) -> Option<f64>
fn is_trusted(&self) -> bool
fn event_type(&self) -> String
fn prevent_default(&self)
impl ITouchEvent for TouchEnter
fn alt_key(&self) -> bool
fn ctrl_key(&self) -> bool
fn meta_key(&self) -> bool
fn shift_key(&self) -> bool
fn touches(&self) -> Vec<Touch>
fn target_touches(&self) -> Vec<Touch>
fn changed_touches(&self) -> Vec<Touch>
impl IUiEvent for TouchEnter
impl InstanceOf for TouchEnter
fn instance_of(reference: &Reference) -> bool
impl JsSerialize for TouchEnter
impl PartialEq<TouchEnter> for TouchEnter
fn eq(&self, other: &TouchEnter) -> bool
fn ne(&self, other: &TouchEnter) -> bool
impl ReferenceType for TouchEnter
unsafe fn from_reference_unchecked(reference: Reference) -> TouchEnter
impl StructuralEq for TouchEnter
impl StructuralPartialEq for TouchEnter
impl<'_r> TryFrom<&'_r Reference> for TouchEnter
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(
reference: &Reference
) -> Result<TouchEnter, <TouchEnter as TryFrom<&'_r Reference>>::Error>
reference: &Reference
) -> Result<TouchEnter, <TouchEnter as TryFrom<&'_r Reference>>::Error>
impl<'_r> TryFrom<&'_r Value> for TouchEnter
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(
value: &Value
) -> Result<TouchEnter, <TouchEnter as TryFrom<&'_r Value>>::Error>
value: &Value
) -> Result<TouchEnter, <TouchEnter as TryFrom<&'_r Value>>::Error>
impl TryFrom<Event> for TouchEnter
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(
value: Event
) -> Result<TouchEnter, <TouchEnter as TryFrom<Event>>::Error>
value: Event
) -> Result<TouchEnter, <TouchEnter as TryFrom<Event>>::Error>
impl TryFrom<Reference> for TouchEnter
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(
reference: Reference
) -> Result<TouchEnter, <TouchEnter as TryFrom<Reference>>::Error>
reference: Reference
) -> Result<TouchEnter, <TouchEnter as TryFrom<Reference>>::Error>
impl TryFrom<TouchEvent> for TouchEnter
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(
value: TouchEvent
) -> Result<TouchEnter, <TouchEnter as TryFrom<TouchEvent>>::Error>
value: TouchEvent
) -> Result<TouchEnter, <TouchEnter as TryFrom<TouchEvent>>::Error>
impl TryFrom<UiEvent> for TouchEnter
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(
value: UiEvent
) -> Result<TouchEnter, <TouchEnter as TryFrom<UiEvent>>::Error>
value: UiEvent
) -> Result<TouchEnter, <TouchEnter as TryFrom<UiEvent>>::Error>
impl TryFrom<Value> for TouchEnter
type Error = ConversionError
The type returned in the event of a conversion error.
fn try_from(
value: Value
) -> Result<TouchEnter, <TouchEnter as TryFrom<Value>>::Error>
value: Value
) -> Result<TouchEnter, <TouchEnter as TryFrom<Value>>::Error>
Auto Trait Implementations
impl RefUnwindSafe for TouchEnter
impl Send for TouchEnter
impl Sync for TouchEnter
impl Unpin for TouchEnter
impl UnwindSafe for TouchEnter
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Any for T where
T: Any, [src]
T: Any,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> CloneAny for T where
T: Clone + Any, [src]
T: Clone + Any,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
U: TryFrom<T>,