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