Enum wayland_client::protocol::wl_keyboard::KeymapFormat [−][src]
#[repr(u32)] #[non_exhaustive] 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 (Non-exhaustive)
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
Implementations
impl KeymapFormat
[src][−]
Trait Implementations
impl Clone for KeymapFormat
[src][+]
impl Copy for KeymapFormat
[src]
impl Debug for KeymapFormat
[src][+]
impl PartialEq<KeymapFormat> for KeymapFormat
[src][+]
impl StructuralPartialEq for KeymapFormat
[src]
Auto Trait Implementations
impl RefUnwindSafe for KeymapFormat
impl Send for KeymapFormat
impl Sync for KeymapFormat
impl Unpin for KeymapFormat
impl UnwindSafe for KeymapFormat
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,