pub struct SeatHandler { /* private fields */ }
Expand description

A simple handler for seats

This handler will manage seats and track their capabilities.

You can register callbacks using the SeatHandling::listen to be notified whenever a seat is created, destroyed, or its capabilities change.

Implementations

Create a new SeatHandler

Trait Implementations

Formats the value using the given formatter. Read more

A new instance of this global was created with given id and version

The instance with given id was removed

Access all the currently existing instances

Insert a listener for seat events

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.