Struct wayland_client::protocol::wl_buffer::WlBuffer [] [src]

pub struct WlBuffer { /* fields omitted */ }

Methods

impl WlBuffer
[src]

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 once this method is called.

Trait Implementations

impl Send for WlBuffer
[src]

impl Sync for WlBuffer
[src]

impl Proxy for WlBuffer
[src]

Pointer to the underlying wayland proxy object

Create an instance from a wayland pointer Read more

Create an instance from a wayland pointer Read more

Pointer to the interface representation

Internal wayland name of this interface

Max version of this interface supported

Current version of the interface this proxy is instantiated with

Check if the proxy behind this handle is actually still alive

Check of two handles are actually the same wayland object Read more

Set a pointer associated as user data on this proxy Read more

Get the pointer associated as user data on this proxy Read more

Clone this proxy handle Read more

Unsafely clone this proxy handle Read more