Struct ioctls::input_keymap_entry [] [src]

#[repr(C)]
pub struct input_keymap_entry { pub flags: u8, pub len: u8, pub index: u16, pub keycode: u32, pub scancode: [u8; 32], }

Fields

Trait Implementations

impl Copy for input_keymap_entry
[src]

impl Clone for input_keymap_entry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for input_keymap_entry
[src]

Formats the value using the given formatter.

impl Default for input_keymap_entry
[src]

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