Expand description
Common traits and types for graphics display device drivers.
Re-exports§
pub use axdriver_base::BaseDriverOps;pub use axdriver_base::DevError;pub use axdriver_base::DevResult;pub use axdriver_base::DeviceType;
Structs§
- AbsInfo
- Event
- An input event, as defined by the Linux input subsystem.
- Input
Device Id
Enums§
Traits§
- Input
Driver Ops - Operations that require a graphics device driver to implement.