Struct x11_dl::xinput::XDeviceInfo  
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct XDeviceInfo { pub id: XID, pub type_: Atom, pub name: *mut c_char, pub num_classes: c_int, pub use_: c_int, pub inputclassinfo: XAnyClassPtr, }
Fields
id: XID
                           
                           
                           
                           type_: Atom
                           
                           
                           
                           name: *mut c_char
                           
                           
                           
                           num_classes: c_int
                           
                           
                           
                           use_: c_int
                           
                           
                           
                           inputclassinfo: XAnyClassPtr
                           
            Trait Implementations
impl Debug for XDeviceInfo[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for XDeviceInfo[src]
fn clone(&self) -> XDeviceInfo[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
impl Copy for XDeviceInfo[src]
impl PartialEq for XDeviceInfo[src]
fn eq(&self, __arg_0: &XDeviceInfo) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XDeviceInfo) -> bool[src]
This method tests for !=.