Struct x11_dl::xinput2::XITouchOwnershipEvent [−][src]
#[repr(C)]pub struct XITouchOwnershipEvent {}
Fields
_type: c_int
serial: c_ulong
send_event: c_int
display: *mut Display
extension: c_int
evtype: c_int
time: Time
deviceid: c_int
sourceid: c_int
touchid: c_uint
root: Window
event: Window
child: Window
flags: c_int
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XITouchOwnershipEvent
impl !Send for XITouchOwnershipEvent
impl !Sync for XITouchOwnershipEvent
impl Unpin for XITouchOwnershipEvent
impl UnwindSafe for XITouchOwnershipEvent
Blanket Implementations
Mutably borrows from an owned value. Read more