Type Alias surfman::platform::unix::default::connection::HWDevice

source ·
type HWDevice = Device<Device, Device>;

Aliased Type§

enum HWDevice {
    Default(Device),
    Alternate(Device),
}

Variants§

§

Default(Device)

The default device type.

§

Alternate(Device)

The alternate device type.