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

pub struct TouchFrameEvent { /* fields omitted */ }

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

Trait Implementations

impl Eq for TouchFrameEvent
[src]

impl Debug for TouchFrameEvent
[src]

Formats the value using the given formatter.

impl FromRaw<libinput_event_touch> for TouchFrameEvent
[src]

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

impl AsRaw<libinput_event_touch> for TouchFrameEvent
[src]

Receive a raw pointer representing this type.

impl PartialEq for TouchFrameEvent
[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 TouchFrameEvent
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl EventTrait for TouchFrameEvent
[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 TouchFrameEvent
[src]

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