axdriver

Type Alias 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 */);