Type Alias axdriver::prelude::AxDisplayDevice
source · 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 */);