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