Struct wayland_protocols::unstable::pointer_gestures::v1::client::zwp_pointer_gestures_v1::ZwpPointerGesturesV1 [−][src]
pub struct ZwpPointerGesturesV1(_);
Implementations
impl ZwpPointerGesturesV1
[src][−]
pub fn get_swipe_gesture(
&self,
pointer: &WlPointer
) -> Main<ZwpPointerGestureSwipeV1>
[src][−]
&self,
pointer: &WlPointer
) -> Main<ZwpPointerGestureSwipeV1>
get swipe gesture
Create a swipe gesture object. See the wl_pointer_gesture_swipe interface for details.
pub fn get_pinch_gesture(
&self,
pointer: &WlPointer
) -> Main<ZwpPointerGesturePinchV1>
[src][−]
&self,
pointer: &WlPointer
) -> Main<ZwpPointerGesturePinchV1>
get pinch gesture
Create a pinch gesture object. See the wl_pointer_gesture_pinch interface for details.
pub fn release(&self)
[src][−]
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
impl AsRef<Proxy<ZwpPointerGesturesV1>> for ZwpPointerGesturesV1
[src][+]
impl Clone for ZwpPointerGesturesV1
[src][+]
impl Debug for ZwpPointerGesturesV1
[src][+]
impl Eq for ZwpPointerGesturesV1
[src]
impl From<Proxy<ZwpPointerGesturesV1>> for ZwpPointerGesturesV1
[src][+]
impl Interface for ZwpPointerGesturesV1
[src][+]
impl PartialEq<ZwpPointerGesturesV1> for ZwpPointerGesturesV1
[src][+]
impl StructuralEq for ZwpPointerGesturesV1
[src]
impl StructuralPartialEq for ZwpPointerGesturesV1
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,