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
flags: uint8_t
len: uint8_t
index: uint16_t
keycode: uint32_t
scancode: [uint8_t; 32]
Trait Implementations
impl Copy for input_keymap_entry
[src]
impl Clone for input_keymap_entry
[src]
fn clone(&self) -> input_keymap_entry
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more