Enum wayland_client::wayland::seat::WlKeyboardKeymapFormat [] [src]

pub enum WlKeyboardKeymapFormat {
    NoKeymap,
    XkbV1,
}

keyboard mapping format

This specifies the format of the keymap provided to the client with the wl_keyboard.keymap event.

Variants

NoKeymap

no keymap; client must understand how to interpret the raw keycode

XkbV1

libxkbcommon compatible; to determine the xkb keycode, clients must add 8 to the key event keycode

Trait Implementations

impl Debug for WlKeyboardKeymapFormat
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.