Struct wayland_client::wayland::compositor::WlCompositor [] [src]

pub struct WlCompositor {
    // some fields omitted
}

the compositor singleton

A compositor. This object is a singleton global. The compositor is in charge of combining the contents of multiple surfaces into one displayable output.

Methods

impl WlCompositor
[src]

create new surface

Ask the compositor to create a new surface.

create new region

Ask the compositor to create a new region.

Trait Implementations

impl Sync for WlCompositor
[src]

impl Send for WlCompositor
[src]

impl Proxy for WlCompositor
[src]

The internal name of this interface, as advertized by the registry if it is a global.

The maximum version of this interface handled by the library.

Get the id of this proxy

Creates a proxy from a fresh ptr

Creates a proxy from a ptr that is managed elsewhere Read more

Set the event iterator associated to this proxy

impl Debug for WlCompositor
[src]

Formats the value using the given formatter.

impl Drop for WlCompositor
[src]

A method called when the value goes out of scope. Read more