Struct linux_input::Device[][src]

pub struct Device { /* fields omitted */ }

Implementations

Grabs the device for exclusive access.

No one else will receive any events from it.

Releases the device from exclusive access.

Emits a given event just as if it was sent by the device itself.

Makes sense only when the device is not grabbed for exclusive access.

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.