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

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

Required methods

fn destroy(&self)

destroy the tablet object

This destroys the client's resource for this tablet object.

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<ZwpTabletV2>[src]

Loading content...

Implementors

Loading content...