Struct cognitive_qualia::configuration::KeyboardConfig [] [src]

pub struct KeyboardConfig {
    pub layout: String,
    pub variant: String,
}

Configuration of keyboard.

Fields

Trait Implementations

impl Clone for KeyboardConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for KeyboardConfig
[src]

Formats the value using the given formatter.