Struct iced_native::touch::Finger[][src]

pub struct Finger(pub u64);

A unique identifier representing a finger on a touch interaction.

Trait Implementations

impl Clone for Finger[src]

impl Copy for Finger[src]

impl Debug for Finger[src]

impl Eq for Finger[src]

impl Hash for Finger[src]

impl PartialEq<Finger> for Finger[src]

impl StructuralEq for Finger[src]

impl StructuralPartialEq for Finger[src]

Auto Trait Implementations

impl RefUnwindSafe for Finger

impl Send for Finger

impl Sync for Finger

impl Unpin for Finger

impl UnwindSafe for Finger

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> 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<V, T> VZip<V> for T where
    V: MultiLane<T>,