Struct input_device::platform::linux::evdev::Device[][src]

pub struct Device { /* fields omitted */ }
Expand description

The input device.

Implementations

Open device on specified path.

Enable or disable non-blocking access.

Returns the repeat settings (delay, period) of the device.

Change the repeat settings of the device.

Returns an Events iterator.

Returns the DeviceId.

Returns the metadata of the device.

Returns a RawEvents iterator.

Returns a RawEvents iterator with SYN event filtered.

Read one RawEvent from the device.

Trait Implementations

Extracts the raw file descriptor. Read more

Formats the value using the given formatter. Read more

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

Performs the conversion.

Performs the conversion.

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.