Struct wayland_client::protocol::wl_output::WlOutput [] [src]

pub struct WlOutput { /* fields omitted */ }

Methods

impl WlOutput
[src]

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, you cannot send requests to this object once this method is called.

Trait Implementations

impl Send for WlOutput
[src]

impl Sync for WlOutput
[src]

impl Proxy for WlOutput
[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 instanciated with

Check if the proxt behind this handle is actually still alive

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