Enum wayland_client::protocol::wl_keyboard::KeymapFormat [] [src]

#[repr(u32)]
pub enum KeymapFormat { NoKeymap, XkbV1, }

keyboard mapping format

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

Variants

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

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

Methods

impl KeymapFormat
[src]

Trait Implementations

impl Copy for KeymapFormat
[src]

impl Clone for KeymapFormat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for KeymapFormat
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for KeymapFormat
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.