Module linux

Source

ModulesΒ§

common πŸ”’
wayland πŸ”’
Winit’s Wayland backend.
x11 πŸ”’

MacrosΒ§

x11_or_wayland πŸ”’
x11_or_wayland!(match expr; Enum(foo) => foo.something()) expands to the equivalent of

StructsΒ§

ApplicationName
KeyEventExtra
PlatformSpecificEventLoopAttributes πŸ”’
PlatformSpecificWindowAttributes
WindowId
X11WindowAttributes

EnumsΒ§

ActiveEventLoop
Backend πŸ”’
DeviceId
EventLoop
EventLoopProxy
MonitorHandle
OsError
OwnedDisplayHandle πŸ”’
PlatformCustomCursor πŸ”’
VideoModeHandle
Window πŸ”’

StaticsΒ§

X11_BACKEND πŸ”’
XLIB_ERROR_HOOKS πŸ”’
Hooks for X11 errors.

FunctionsΒ§

is_main_thread πŸ”’
min_timeout πŸ”’
Returns the minimum Option<Duration>, taking into account that None equates to an infinite timeout, not a zero timeout (so can’t just use Option::min)
x_error_callback πŸ”’ βš