Struct x11_dl::xinput2::XIAnyClassInfo  
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct XIAnyClassInfo { pub _type: c_int, pub sourceid: c_int, }
Fields
_type: c_int
                           
                           
                           
                           sourceid: c_int
                           
            Trait Implementations
impl Debug for XIAnyClassInfo[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for XIAnyClassInfo[src]
impl Clone for XIAnyClassInfo[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