Re-exports§
pub use super::super::device_constants::gpu::virtio_gpu_config;
pub use super::super::device_constants::gpu::VIRTIO_GPU_F_CONTEXT_INIT;
pub use super::super::device_constants::gpu::VIRTIO_GPU_F_CREATE_GUEST_HANDLE;
pub use super::super::device_constants::gpu::VIRTIO_GPU_F_EDID;
pub use super::super::device_constants::gpu::VIRTIO_GPU_F_FENCE_PASSING;
pub use super::super::device_constants::gpu::VIRTIO_GPU_F_RESOURCE_BLOB;
pub use super::super::device_constants::gpu::VIRTIO_GPU_F_RESOURCE_UUID;
pub use super::super::device_constants::gpu::VIRTIO_GPU_F_VIRGL;
Structs§
Enums§
- A virtio gpu command and associated metadata specific to each command.
- An error indicating something went wrong decoding a
GpuCommand
. These correspond toVIRTIO_GPU_CMD_*
. - A response to a
GpuCommand
. These correspond toVIRTIO_GPU_RESP_*
. - An error indicating something went wrong decoding a
GpuCommand
.