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