Struct x11_dl::xinput2::XIDeviceInfo  
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct XIDeviceInfo { pub deviceid: c_int, pub name: *mut c_char, pub _use: c_int, pub attachment: c_int, pub enabled: c_int, pub num_classes: c_int, pub classes: *mut *mut XIAnyClassInfo, }
Fields
deviceid: c_int
                           
                           
                           
                           name: *mut c_char
                           
                           
                           
                           _use: c_int
                           
                           
                           
                           attachment: c_int
                           
                           
                           
                           enabled: c_int
                           
                           
                           
                           num_classes: c_int
                           
                           
                           
                           classes: *mut *mut XIAnyClassInfo
                           
            Trait Implementations
impl Debug for XIDeviceInfo[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for XIDeviceInfo[src]
impl Clone for XIDeviceInfo[src]
fn clone(&self) -> Self[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more