Struct input::event::gesture::GestureSwipeBeginEvent [] [src]

pub struct GestureSwipeBeginEvent { /* fields omitted */ }

Swipe gesture began

Trait Implementations

impl Eq for GestureSwipeBeginEvent
[src]

impl Debug for GestureSwipeBeginEvent
[src]

Formats the value using the given formatter.

impl FromRaw<libinput_event_gesture> for GestureSwipeBeginEvent
[src]

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

impl AsRaw<libinput_event_gesture> for GestureSwipeBeginEvent
[src]

Receive a raw pointer representing this type.

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

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

impl GestureSwipeEventTrait for GestureSwipeBeginEvent
[src]

Convert into a general GestureSwipeEvent