Struct input_linux_sys::input_keymap_entry [] [src]

#[repr(C)]
pub struct input_keymap_entry { pub flags: uint8_t, pub len: uint8_t, pub index: uint16_t, pub keycode: uint32_t, pub scancode: [uint8_t; 32], }

Fields

Trait Implementations

impl Copy for input_keymap_entry
[src]

impl Clone for input_keymap_entry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for input_keymap_entry
[src]

[src]

Formats the value using the given formatter.

impl Default for input_keymap_entry
[src]

[src]

Returns the "default value" for a type. Read more