Module device

Source
Expand description

Definition of the trait Device that each backend video device must implement.

Structs§

AsyncCmdResponse
A response for an asynchronous command that was enqueued through process_cmd before. The tag must be same as the one returned when the command was enqueued.

Enums§

AsyncCmdTag
A tag for commands being processed asynchronously in the back-end device.
Token
VideoCmdResponseType
A return value when a command from the guest is processed.
VideoEvtResponseType
A return value when processing a event the back-end device sent.

Traits§

Device