[][src]Trait wayland_protocols::wlr::unstable::export_dmabuf::v1::client::zwlr_export_dmabuf_frame_v1::RequestsTrait

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

Required methods

fn destroy(&self)

delete this object, used or not

Unreferences the frame. This request must be called as soon as its no longer used.

It can be called at any time by the client. The client will still have to close any FDs it has been given.

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

Loading content...

Implementors

Loading content...