pub type AxDisplayDevice = Box<dyn DisplayDriverOps>;Expand description
The unified type of the graphics display devices.
Aliased Typeยง
struct AxDisplayDevice(/* private fields */);pub type AxDisplayDevice = Box<dyn DisplayDriverOps>;The unified type of the graphics display devices.
struct AxDisplayDevice(/* private fields */);