Enum wayland_client::core::seat::KeymapFormat [] [src]

pub enum KeymapFormat {
    NoKeymap,
    XkbV1,
}

Possible keymap formats

Variants

NoKeymap
XkbV1

Trait Implementations

Derived Implementations

impl Eq for KeymapFormat

impl PartialEq for KeymapFormat

fn eq(&self, __arg_0: &KeymapFormat) -> bool

fn ne(&self, __arg_0: &KeymapFormat) -> bool