Struct glutin::platform::unix::x11::ffi::XITouchOwnershipEvent [−][src]
#[repr(C)]pub struct XITouchOwnershipEvent {}
Fields
_type: i32
serial: u64
send_event: i32
display: *mut _XDisplay
extension: i32
evtype: i32
time: u64
deviceid: i32
sourceid: i32
touchid: u32
root: u64
event: u64
child: u64
flags: i32
Trait Implementations
Returns the “default value” for a type. Read more
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