Struct wayland_server::Global [] [src]

pub struct Global { /* fields omitted */ }

A handle to a global object

This is given to you when you register a global to the event loop.

This handle allows you do destroy the global when needed.

If you know you will never destroy this global, you can let this handle go out of scope.

Methods

impl Global
[src]

Destroy the associated global object.