Enum wayland_client::protocol::wl_buffer::Request[][src]

pub enum Request {
    Destroy,
}

Variants

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, once sent this object cannot be used any longer.

Trait Implementations

impl MessageGroup for Request
[src]

Whether this message is a destructor Read more

Construct a message of this group from its C representation

Build a C representation of this message Read more

Auto Trait Implementations

impl Send for Request

impl Sync for Request