[][src]Struct input::event::touch::TouchFrameEvent

pub struct TouchFrameEvent { /* fields omitted */ }

Signals the end of a set of touchpoints at one device sample time.

Trait Implementations

impl AsRaw<libinput_event_touch> for TouchFrameEvent[src]

impl Context for TouchFrameEvent[src]

impl Debug for TouchFrameEvent[src]

impl Drop for TouchFrameEvent[src]

impl Eq for TouchFrameEvent[src]

impl EventTrait for TouchFrameEvent[src]

impl FromRaw<libinput_event_touch> for TouchFrameEvent[src]

impl Hash for TouchFrameEvent[src]

impl PartialEq<TouchFrameEvent> for TouchFrameEvent[src]

impl StructuralEq for TouchFrameEvent[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> TouchEventTrait for T where
    T: AsRaw<libinput_event_touch> + Context
[src]

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.