[][src]Trait wayland_client::protocol::wl_buffer::RequestsTrait

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

Required methods

fn destroy(&self)

destroy a buffer

Destroy a buffer. If and how you need to release the backing storage is defined by the buffer factory interface.

For possible side-effects to a surface, see wl_surface.attach.

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

Loading content...

Implementors

impl RequestsTrait for Proxy<WlBuffer>[src]

Loading content...