Expand description
Device driver prelude that includes some traits and types.
Enums
- The error type for device operation failures.
- All supported device types.
Traits
- Common operations that require all device drivers to implement.
- BlockDriverOpsblockOperations that require a block storage device driver to implement.
- DisplayDriverOpsdisplayOperations that require a graphics device driver to implement.
- NetDriverOpsnetOperations that require a network device (NIC) driver to implement.
- _9pDriverOps_9pOperations that require a 9p driver to implement.
Type Aliases
- Ax9pDevice_9pThe unified type of the 9p devices.
- AxBlockDeviceblockThe unified type of the block storage devices.
- AxDisplayDevicedisplayThe unified type of the graphics display devices.
- AxNetDevicenetThe unified type of the NIC devices.
- A specializedResulttype for device operations.