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

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

Required methods

fn destroy(&self)

release the memory for the tablet seat object

Destroy the wp_tablet_seat 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<ZwpTabletSeatV2>[src]

Loading content...

Implementors

Loading content...