Type Alias gpu_display::gpu_display_x::xlib::XEvent
source · pub type XEvent = _XEvent;
Aliased Type§
union XEvent {Show 36 fields
pub type_: i32,
pub xany: XAnyEvent,
pub xkey: XKeyEvent,
pub xbutton: XButtonEvent,
pub xmotion: XMotionEvent,
pub xcrossing: XCrossingEvent,
pub xfocus: XFocusChangeEvent,
pub xexpose: XExposeEvent,
pub xgraphicsexpose: XGraphicsExposeEvent,
pub xnoexpose: XNoExposeEvent,
pub xvisibility: XVisibilityEvent,
pub xcreatewindow: XCreateWindowEvent,
pub xdestroywindow: XDestroyWindowEvent,
pub xunmap: XUnmapEvent,
pub xmap: XMapEvent,
pub xmaprequest: XMapRequestEvent,
pub xreparent: XReparentEvent,
pub xconfigure: XConfigureEvent,
pub xgravity: XGravityEvent,
pub xresizerequest: XResizeRequestEvent,
pub xconfigurerequest: XConfigureRequestEvent,
pub xcirculate: XCirculateEvent,
pub xcirculaterequest: XCirculateRequestEvent,
pub xproperty: XPropertyEvent,
pub xselectionclear: XSelectionClearEvent,
pub xselectionrequest: XSelectionRequestEvent,
pub xselection: XSelectionEvent,
pub xcolormap: XColormapEvent,
pub xclient: XClientMessageEvent,
pub xmapping: XMappingEvent,
pub xerror: XErrorEvent,
pub xkeymap: XKeymapEvent,
pub xgeneric: XGenericEvent,
pub xcookie: XGenericEventCookie,
pub pad: [i64; 24],
_bindgen_union_align: [u64; 24],
}
Fields§
§type_: i32
§xany: XAnyEvent
§xkey: XKeyEvent
§xmotion: XMotionEvent
§xcrossing: XCrossingEvent
§xfocus: XFocusChangeEvent
§xexpose: XExposeEvent
§xgraphicsexpose: XGraphicsExposeEvent
§xnoexpose: XNoExposeEvent
§xvisibility: XVisibilityEvent
§xcreatewindow: XCreateWindowEvent
§xdestroywindow: XDestroyWindowEvent
§xunmap: XUnmapEvent
§xmap: XMapEvent
§xmaprequest: XMapRequestEvent
§xreparent: XReparentEvent
§xconfigure: XConfigureEvent
§xgravity: XGravityEvent
§xresizerequest: XResizeRequestEvent
§xconfigurerequest: XConfigureRequestEvent
§xcirculate: XCirculateEvent
§xcirculaterequest: XCirculateRequestEvent
§xproperty: XPropertyEvent
§xselectionclear: XSelectionClearEvent
§xselectionrequest: XSelectionRequestEvent
§xselection: XSelectionEvent
§xcolormap: XColormapEvent
§xclient: XClientMessageEvent
§xmapping: XMappingEvent
§xerror: XErrorEvent
§xkeymap: XKeymapEvent
§xgeneric: XGenericEvent
§pad: [i64; 24]
§_bindgen_union_align: [u64; 24]