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

pub enum Request {
    Release,
}

Variants

release the output object

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

This is a destructor, once sent this object cannot be used any longer.

Only available since version 3 of the interface

Trait Implementations

impl MessageGroup for Request
[src]

[src]

Whether this message is a destructor Read more

[src]

Construct a message of this group from its C representation

[src]

Build a C representation of this message Read more

Auto Trait Implementations

impl Send for Request

impl Sync for Request