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