pub type NativeDevice = NativeDevice<Device<Device, Device>, Device>;
Expand description
Either a Wayland or an X11 native device
Aliased Type§
enum NativeDevice {
Default(NativeDevice<Device, Device>),
Alternate(NativeDevice),
}
Variants§
Default(NativeDevice<Device, Device>)
The default native device type.
Alternate(NativeDevice)
The alternate native device type.