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