[][src]Trait wayland_protocols::unstable::tablet::v1::client::zwp_tablet_v1::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<ZwpTabletV1>[src]

Loading content...

Implementors

Loading content...