Expand description
Definition of the trait Device that each backend video device must implement.
Structs§
- Async
CmdResponse - A response for an asynchronous command that was enqueued through
process_cmdbefore. Thetagmust be same as the one returned when the command was enqueued.
Enums§
- Async
CmdTag - A tag for commands being processed asynchronously in the back-end device.
- Token
- Video
CmdResponse Type - A return value when a command from the guest is processed.
- Video
EvtResponse Type - A return value when processing a event the back-end device sent.