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