Struct wayland_protocols::unstable::pointer_gestures::v1::client::zwp_pointer_gestures_v1::ZwpPointerGesturesV1 [−][src]
pub struct ZwpPointerGesturesV1(_);
Implementations
get swipe gesture
Create a swipe gesture object. See the wl_pointer_gesture_swipe interface for details.
get pinch gesture
Create a pinch gesture object. See the wl_pointer_gesture_pinch interface for details.
destroy the pointer gesture object
Destroy the pointer gesture object. Swipe and pinch objects created via this gesture object remain valid.
This is a destructor, you cannot send requests to this object any longer once this method is called. Only available since version 2 of the interface.
Trait Implementations
Performs the conversion.
Pointer to the C representation of this interface
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl !RefUnwindSafe for ZwpPointerGesturesV1
impl Send for ZwpPointerGesturesV1
impl Sync for ZwpPointerGesturesV1
impl Unpin for ZwpPointerGesturesV1
impl !UnwindSafe for ZwpPointerGesturesV1
Blanket Implementations
Mutably borrows from an owned value. Read more