Struct input::Seat [] [src]

pub struct Seat { /* fields omitted */ }

A seat has two identifiers, the physical name and the logical name.

A device is always assigned to exactly one seat. It may change to a different logical seat but it cannot change physical seats. See Seats for details.

Methods

impl Seat
[src]

Get the libinput context from the seat.

Return the physical name of the seat.

For libinput contexts created from udev, this is always the same value as passed into udev_assign_seat and all seats from that context will have the same physical name.

The physical name of the seat is one that is usually set by the system or lower levels of the stack. In most cases, this is the base filter for devices - devices assigned to seats outside the current seat will not be available to the caller.

Return the logical name of the seat.

This is an identifier to group sets of devices within the compositor.

Trait Implementations

impl Eq for Seat
[src]

impl Debug for Seat
[src]

Formats the value using the given formatter.

impl FromRaw<libinput_seat> for Seat
[src]

Create a new instance of this type from a raw pointer. Read more

impl AsRaw<libinput_seat> for Seat
[src]

Receive a raw pointer representing this type.

impl Userdata for Seat
[src]

Receive a reference to the attached userdata, if one exists. Read more

Receive a mutable reference to the attached userdata, if one exists. Read more

Set userdata and receive the currently set userdata Read more

impl Clone for Seat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for Seat
[src]

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

impl PartialEq for Seat
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for Seat
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more