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