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