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

pub struct TouchCancelEvent { /* fields omitted */ }

An event cancelling previous events on this slot

Trait Implementations

impl Eq for TouchCancelEvent
[src]

impl Debug for TouchCancelEvent
[src]

Formats the value using the given formatter.

impl FromRaw<libinput_event_touch> for TouchCancelEvent
[src]

Create a new instance of this type from a raw pointer. Read more

impl AsRaw<libinput_event_touch> for TouchCancelEvent
[src]

Receive a raw pointer representing this type.

impl PartialEq for TouchCancelEvent
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for TouchCancelEvent
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl EventTrait for TouchCancelEvent
[src]

Convert into a general Event again

Get the libinput context from the event.

Return the device associated with this event. Read more

impl Drop for TouchCancelEvent
[src]

A method called when the value goes out of scope. Read more

impl TouchEventSlot for TouchCancelEvent
[src]

Get the seat slot of the touch event. Read more

Get the slot of this touch event. Read more