Struct x11_dl::xinput2::XIBarrierReleasePointerInfo[][src]

#[repr(C)]
pub struct XIBarrierReleasePointerInfo { pub deviceid: c_int, pub barrier: PointerBarrier, pub eventid: BarrierEventID, }

Fields

Trait Implementations

impl Debug for XIBarrierReleasePointerInfo
[src]

Formats the value using the given formatter. Read more

impl Copy for XIBarrierReleasePointerInfo
[src]

impl Clone for XIBarrierReleasePointerInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for XIBarrierReleasePointerInfo
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations