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