Struct wayland_protocols::unstable::pointer_gestures::v1::client::zwp_pointer_gesture_swipe_v1::ZwpPointerGestureSwipeV1
source · pub struct ZwpPointerGestureSwipeV1(/* private fields */);
Implementations§
Trait Implementations§
source§impl Clone for ZwpPointerGestureSwipeV1
impl Clone for ZwpPointerGestureSwipeV1
source§fn clone(&self) -> ZwpPointerGestureSwipeV1
fn clone(&self) -> ZwpPointerGestureSwipeV1
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ZwpPointerGestureSwipeV1
impl Debug for ZwpPointerGestureSwipeV1
source§impl From<ZwpPointerGestureSwipeV1> for Proxy<ZwpPointerGestureSwipeV1>
impl From<ZwpPointerGestureSwipeV1> for Proxy<ZwpPointerGestureSwipeV1>
source§fn from(value: ZwpPointerGestureSwipeV1) -> Self
fn from(value: ZwpPointerGestureSwipeV1) -> Self
Converts to this type from the input type.
source§impl Interface for ZwpPointerGestureSwipeV1
impl Interface for ZwpPointerGestureSwipeV1
source§fn c_interface() -> *const wl_interface
fn c_interface() -> *const wl_interface
Pointer to the C representation of this interface
source§impl PartialEq for ZwpPointerGestureSwipeV1
impl PartialEq for ZwpPointerGestureSwipeV1
source§fn eq(&self, other: &ZwpPointerGestureSwipeV1) -> bool
fn eq(&self, other: &ZwpPointerGestureSwipeV1) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ZwpPointerGestureSwipeV1
impl StructuralEq for ZwpPointerGestureSwipeV1
impl StructuralPartialEq for ZwpPointerGestureSwipeV1
Auto Trait Implementations§
impl !RefUnwindSafe for ZwpPointerGestureSwipeV1
impl Send for ZwpPointerGestureSwipeV1
impl Sync for ZwpPointerGestureSwipeV1
impl Unpin for ZwpPointerGestureSwipeV1
impl !UnwindSafe for ZwpPointerGestureSwipeV1
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more