type HWDevice = Device<Device, Device>;
enum HWDevice { Default(Device), Alternate(Device), }
The default device type.
The alternate device type.