Struct wayland_server::Display [] [src]

pub struct Display { /* fields omitted */ }

A wayland socket

This represents a socket your compositor can receive clients on.

Methods

impl Display
[src]

Flush events to the clients

Will send as many pending events as possible to the respective sockets of the clients. Will not block, but might not send everything if the socket buffer fills up.

Trait Implementations

impl Drop for Display
[src]

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