Struct linux_input::VirtualDevice[][src]

pub struct VirtualDevice { /* fields omitted */ }

Implementations

Emits an event into the device.

You can also pass a whole InputEvent here, however the timestamp will be ignored.

The events are buffered and will not be sent immediately; you need to send InputEventBody::Flush to flush them.

Trait Implementations

Executes the destructor for this type. 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.