pub type NativeContext = NativeContext<Device<Device, Device>, Device>;
Expand description

Either a Wayland or an X11 native context

Aliased Type§

enum NativeContext {
    Default(NativeContext<Device, Device>),
    Alternate(NativeContext),
}

Variants§

§

Default(NativeContext<Device, Device>)

The default context type.

§

Alternate(NativeContext)

The alternate context type.