Module prelude

Source
Expand description

Device driver prelude that includes some traits and types.

Enums§

DevError
The error type for device operation failures.
DeviceType
All supported device types.

Traits§

BaseDriverOps
Common operations that require all device drivers to implement.
BlockDriverOpsblock
Operations that require a block storage device driver to implement.
DisplayDriverOpsdisplay
Operations that require a graphics device driver to implement.
NetDriverOpsnet
Operations that require a network device (NIC) driver to implement.

Type Aliases§

AxBlockDeviceblock
The unified type of the block storage devices.
AxDisplayDevicedisplay
The unified type of the graphics display devices.
AxNetDevicenet
The unified type of the NIC devices.
DevResult
A specialized Result type for device operations.