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