Struct niri_ipc::state::KeyboardLayoutsState
source · pub struct KeyboardLayoutsState {
pub keyboard_layouts: Option<KeyboardLayouts>,
}
Expand description
The keyboard layout state communicated over the event stream.
Fields§
§keyboard_layouts: Option<KeyboardLayouts>
Configured keyboard layouts.
Trait Implementations§
source§impl Debug for KeyboardLayoutsState
impl Debug for KeyboardLayoutsState
source§impl Default for KeyboardLayoutsState
impl Default for KeyboardLayoutsState
source§fn default() -> KeyboardLayoutsState
fn default() -> KeyboardLayoutsState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for KeyboardLayoutsState
impl RefUnwindSafe for KeyboardLayoutsState
impl Send for KeyboardLayoutsState
impl Sync for KeyboardLayoutsState
impl Unpin for KeyboardLayoutsState
impl UnwindSafe for KeyboardLayoutsState
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