Struct cognitive_qualia::settings::KeymapSettings [] [src]

#[repr(C)]
pub struct KeymapSettings { pub format: u32, pub size: usize, pub fd: RawFd, }

Structure containing settings for key map.

Fields

Trait Implementations

impl Clone for KeymapSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for KeymapSettings
[src]

Formats the value using the given formatter.