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