Struct input_linux_sys::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
flags: u8len: u8index: u16keycode: u32scancode: [u8; 32]Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for input_keymap_entry
impl Send for input_keymap_entry
impl Sync for input_keymap_entry
impl Unpin for input_keymap_entry
impl UnwindSafe for input_keymap_entry
Blanket Implementations
Mutably borrows from an owned value. Read more