Struct wayland_protocols::unstable::pointer_gestures::v1::client::zwp_pointer_gesture_pinch_v1::ZwpPointerGesturePinchV1
source · pub struct ZwpPointerGesturePinchV1(/* private fields */);
Implementations§
Trait Implementations§
source§impl Clone for ZwpPointerGesturePinchV1
impl Clone for ZwpPointerGesturePinchV1
source§fn clone(&self) -> ZwpPointerGesturePinchV1
fn clone(&self) -> ZwpPointerGesturePinchV1
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 ZwpPointerGesturePinchV1
impl Debug for ZwpPointerGesturePinchV1
source§impl From<ZwpPointerGesturePinchV1> for Proxy<ZwpPointerGesturePinchV1>
impl From<ZwpPointerGesturePinchV1> for Proxy<ZwpPointerGesturePinchV1>
source§fn from(value: ZwpPointerGesturePinchV1) -> Self
fn from(value: ZwpPointerGesturePinchV1) -> Self
Converts to this type from the input type.
source§impl Interface for ZwpPointerGesturePinchV1
impl Interface for ZwpPointerGesturePinchV1
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 ZwpPointerGesturePinchV1
impl PartialEq for ZwpPointerGesturePinchV1
source§fn eq(&self, other: &ZwpPointerGesturePinchV1) -> bool
fn eq(&self, other: &ZwpPointerGesturePinchV1) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ZwpPointerGesturePinchV1
impl StructuralEq for ZwpPointerGesturePinchV1
impl StructuralPartialEq for ZwpPointerGesturePinchV1
Auto Trait Implementations§
impl !RefUnwindSafe for ZwpPointerGesturePinchV1
impl Send for ZwpPointerGesturePinchV1
impl Sync for ZwpPointerGesturePinchV1
impl Unpin for ZwpPointerGesturePinchV1
impl !UnwindSafe for ZwpPointerGesturePinchV1
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