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