Module winit::platform_impl::linux

source Β·

Modules§

Macros§

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

Structs§

Enums§

Statics§

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 πŸ”’ βš