Enum wayland_server::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
NoKeymapXkbV1Methods
impl KeymapFormat[src]
Trait Implementations
impl Copy for KeymapFormat[src]
impl Clone for KeymapFormat[src]
fn clone(&self) -> KeymapFormat
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more