[][src]Trait wayland_protocols::unstable::xdg_output::v1::client::zxdg_output_v1::RequestsTrait

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

Required methods

fn destroy(&self)[]

destroy the xdg_output object

Using this request a client can tell the server that it is not going to use the xdg_output object anymore.

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

Implementations on Foreign Types

impl RequestsTrait for Proxy<ZxdgOutputV1>[src][]

Implementors