Struct openssl_sys::input_keymap_entry 
source · 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§
source§impl Clone for input_keymap_entry
 
impl Clone for input_keymap_entry
source§fn clone(&self) -> input_keymap_entry
 
fn clone(&self) -> input_keymap_entry
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more