Expand description
VirtIO transports.
Modules§
Structs§
- Device
Status - The device status field. Writing 0 into this field resets the device.
- Interrupt
Status - The set of interrupts which were pending
Enums§
- Device
Type - Types of virtio devices.
- Device
Type Error - Errors converting a number to a virtio device type.
- Some
Transport - A wrapper for an arbitrary VirtIO transport, either MMIO or PCI.
Traits§
- Transport
- A VirtIO transport layer.