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