Struct libc::input_id 
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct input_id { pub bustype: __u16, pub vendor: __u16, pub product: __u16, pub version: __u16, }
Fields
bustype: __u16
                           
                           
                           vendor: __u16
                           
                           
                           product: __u16
                           
                           
                           version: __u16
                           Trait Implementations
impl Copy for input_id[src]
impl Clone for input_id[src]
fn clone(&self) -> input_id
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