Struct rustwlc::xkb::XKBKeymap [] [src]

#[repr(C)]
pub struct XKBKeymap;
Deprecated

Opaque compiled keymap object.

Deprecation

The keysyms module is deprecated. Please use the xkbcommon crate instead. The xkb module will be removed in version 0.6.

The keymap object holds all of the static keyboard information obtained from compiling XKB files.

A keymap is immutable after it is created (besides reference counts, etc.); if you need to change it, you must create a new one.