Struct ioctl_sys::input_keymap_entry [] [src]

pub struct input_keymap_entry {
    pub flags: u8,
    pub len: u8,
    pub index: u16,
    pub keycode: u32,
    pub scancode: [u8; 32],
}

Fields

flags: u8 len: u8 index: u16 keycode: u32 scancode: [u8; 32]

Trait Implementations

impl Debug for input_keymap_entry
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for input_keymap_entry
[src]

fn clone(&self) -> input_keymap_entry

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for input_keymap_entry
[src]

impl Default for input_keymap_entry
[src]

fn default() -> Self

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