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