[][src]Trait wayland_protocols::unstable::tablet::v2::client::zwp_tablet_pad_group_v2::RequestsTrait

pub trait RequestsTrait {
    fn destroy(&self);
}

Required methods

fn destroy(&self)

destroy the pad object

Destroy the wp_tablet_pad_group object. Objects created from this object are unaffected and should be destroyed separately.

This is a destructor, you cannot send requests to this object any longer once this method is called.

Loading content...

Implementations on Foreign Types

impl RequestsTrait for Proxy<ZwpTabletPadGroupV2>[src]

Loading content...

Implementors

Loading content...