Struct wayland_server::Client [] [src]

pub struct Client { /* fields omitted */ }

A wayland client connected to your server

Methods

impl Client
[src]

[src]

Get a pointer to the C wl_client object

You may need it for FFI with C libraries.

[src]

Post a "no memory" message to the client

This will effectively kill this client's connection, and invalidates all its objects.

[src]

Create a client object from a pointer

Trait Implementations

Auto Trait Implementations

impl !Send for Client

impl !Sync for Client