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