#[repr(C)]pub struct XKBKeymap;Expand description
Opaque compiled keymap object.
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.
Auto Trait Implementations§
impl Freeze for XKBKeymap
impl RefUnwindSafe for XKBKeymap
impl Send for XKBKeymap
impl Sync for XKBKeymap
impl Unpin for XKBKeymap
impl UnwindSafe for XKBKeymap
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more