pub struct Keymap { /* private fields */ }Expand description
This structure handles creation of file used for communicating clients current keymap using xkbcommon.
Implementations§
Source§impl Keymap
impl Keymap
Sourcepub fn get_settings(&self) -> KeymapSettings
pub fn get_settings(&self) -> KeymapSettings
Return key map settings.
Auto Trait Implementations§
impl Freeze for Keymap
impl RefUnwindSafe for Keymap
impl Send for Keymap
impl Sync for Keymap
impl Unpin for Keymap
impl UnwindSafe for Keymap
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