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§
- Display
Info - The information of the graphics device.
- Frame
Buffer - The framebuffer.
Traits§
- Display
Driver Ops - Operations that require a graphics device driver to implement.