Union gdk_x11_sys::xlib::XEvent [−]
#[repr(C)]
pub union XEvent {
Show fields
pub type_: i32,
pub any: XAnyEvent,
pub button: XButtonEvent,
pub circulate: XCirculateEvent,
pub circulate_request: XCirculateRequestEvent,
pub client_message: XClientMessageEvent,
pub colormap: XColormapEvent,
pub configure: XConfigureEvent,
pub configure_request: XConfigureRequestEvent,
pub create_window: XCreateWindowEvent,
pub crossing: XCrossingEvent,
pub destroy_window: XDestroyWindowEvent,
pub error: XErrorEvent,
pub expose: XExposeEvent,
pub focus_change: XFocusChangeEvent,
pub generic_event_cookie: XGenericEventCookie,
pub graphics_expose: XGraphicsExposeEvent,
pub gravity: XGravityEvent,
pub key: XKeyEvent,
pub keymap: XKeymapEvent,
pub map: XMapEvent,
pub mapping: XMappingEvent,
pub map_request: XMapRequestEvent,
pub motion: XMotionEvent,
pub no_expose: XNoExposeEvent,
pub property: XPropertyEvent,
pub reparent: XReparentEvent,
pub resize_request: XResizeRequestEvent,
pub selection_clear: XSelectionClearEvent,
pub selection: XSelectionEvent,
pub selection_request: XSelectionRequestEvent,
pub unmap: XUnmapEvent,
pub visibility: XVisibilityEvent,
pub pad: [i64; 24],
pub xf86vm_notify: XF86VidModeNotifyEvent,
pub xrr_screen_change_notify: XRRScreenChangeNotifyEvent,
pub xrr_notify: XRRNotifyEvent,
pub xrr_output_change_notify: XRROutputChangeNotifyEvent,
pub xrr_crtc_change_notify: XRRCrtcChangeNotifyEvent,
pub xrr_output_property_notify: XRROutputPropertyNotifyEvent,
pub xrr_provider_change_notify: XRRProviderChangeNotifyEvent,
pub xrr_provider_property_notify: XRRProviderPropertyNotifyEvent,
pub xrr_resource_change_notify: XRRResourceChangeNotifyEvent,
pub xss_notify: XScreenSaverNotifyEvent,
}Fields
type_: i32any: XAnyEventcirculate: XCirculateEventcirculate_request: XCirculateRequestEventclient_message: XClientMessageEventcolormap: XColormapEventconfigure: XConfigureEventconfigure_request: XConfigureRequestEventcreate_window: XCreateWindowEventcrossing: XCrossingEventdestroy_window: XDestroyWindowEventerror: XErrorEventexpose: XExposeEventfocus_change: XFocusChangeEventgraphics_expose: XGraphicsExposeEventgravity: XGravityEventkey: XKeyEventkeymap: XKeymapEventmap: XMapEventmapping: XMappingEventmap_request: XMapRequestEventmotion: XMotionEventno_expose: XNoExposeEventproperty: XPropertyEventreparent: XReparentEventresize_request: XResizeRequestEventselection_clear: XSelectionClearEventselection: XSelectionEventselection_request: XSelectionRequestEventunmap: XUnmapEventvisibility: XVisibilityEventpad: [i64; 24]xf86vm_notify: XF86VidModeNotifyEventxrr_screen_change_notify: XRRScreenChangeNotifyEventxrr_notify: XRRNotifyEventxrr_output_change_notify: XRROutputChangeNotifyEventxrr_crtc_change_notify: XRRCrtcChangeNotifyEventxrr_output_property_notify: XRROutputPropertyNotifyEventxrr_provider_change_notify: XRRProviderChangeNotifyEventxrr_provider_property_notify: XRRProviderPropertyNotifyEventxrr_resource_change_notify: XRRResourceChangeNotifyEventxss_notify: XScreenSaverNotifyEventImplementations
Trait Implementations
impl AsMut<XButtonEvent> for XEvent
impl AsMut<XButtonEvent> for XEventpub fn as_mut(&mut self) -> &mut XButtonEvent
pub fn as_mut(&mut self) -> &mut XButtonEventPerforms the conversion.
impl AsMut<XCirculateEvent> for XEvent
impl AsMut<XCirculateEvent> for XEventpub fn as_mut(&mut self) -> &mut XCirculateEvent
pub fn as_mut(&mut self) -> &mut XCirculateEventPerforms the conversion.
impl AsMut<XCirculateRequestEvent> for XEvent
impl AsMut<XCirculateRequestEvent> for XEventpub fn as_mut(&mut self) -> &mut XCirculateRequestEvent
pub fn as_mut(&mut self) -> &mut XCirculateRequestEventPerforms the conversion.
impl AsMut<XClientMessageEvent> for XEvent
impl AsMut<XClientMessageEvent> for XEventpub fn as_mut(&mut self) -> &mut XClientMessageEvent
pub fn as_mut(&mut self) -> &mut XClientMessageEventPerforms the conversion.
impl AsMut<XColormapEvent> for XEvent
impl AsMut<XColormapEvent> for XEventpub fn as_mut(&mut self) -> &mut XColormapEvent
pub fn as_mut(&mut self) -> &mut XColormapEventPerforms the conversion.
impl AsMut<XConfigureEvent> for XEvent
impl AsMut<XConfigureEvent> for XEventpub fn as_mut(&mut self) -> &mut XConfigureEvent
pub fn as_mut(&mut self) -> &mut XConfigureEventPerforms the conversion.
impl AsMut<XConfigureRequestEvent> for XEvent
impl AsMut<XConfigureRequestEvent> for XEventpub fn as_mut(&mut self) -> &mut XConfigureRequestEvent
pub fn as_mut(&mut self) -> &mut XConfigureRequestEventPerforms the conversion.
impl AsMut<XCreateWindowEvent> for XEvent
impl AsMut<XCreateWindowEvent> for XEventpub fn as_mut(&mut self) -> &mut XCreateWindowEvent
pub fn as_mut(&mut self) -> &mut XCreateWindowEventPerforms the conversion.
impl AsMut<XCrossingEvent> for XEvent
impl AsMut<XCrossingEvent> for XEventpub fn as_mut(&mut self) -> &mut XCrossingEvent
pub fn as_mut(&mut self) -> &mut XCrossingEventPerforms the conversion.
impl AsMut<XDestroyWindowEvent> for XEvent
impl AsMut<XDestroyWindowEvent> for XEventpub fn as_mut(&mut self) -> &mut XDestroyWindowEvent
pub fn as_mut(&mut self) -> &mut XDestroyWindowEventPerforms the conversion.
impl AsMut<XErrorEvent> for XEvent
impl AsMut<XErrorEvent> for XEventpub fn as_mut(&mut self) -> &mut XErrorEvent
pub fn as_mut(&mut self) -> &mut XErrorEventPerforms the conversion.
impl AsMut<XExposeEvent> for XEvent
impl AsMut<XExposeEvent> for XEventpub fn as_mut(&mut self) -> &mut XExposeEvent
pub fn as_mut(&mut self) -> &mut XExposeEventPerforms the conversion.
pub fn as_mut(&mut self) -> &mut XF86VidModeNotifyEvent
pub fn as_mut(&mut self) -> &mut XF86VidModeNotifyEventPerforms the conversion.
impl AsMut<XFocusChangeEvent> for XEvent
impl AsMut<XFocusChangeEvent> for XEventpub fn as_mut(&mut self) -> &mut XFocusChangeEvent
pub fn as_mut(&mut self) -> &mut XFocusChangeEventPerforms the conversion.
impl AsMut<XGenericEventCookie> for XEvent
impl AsMut<XGenericEventCookie> for XEventpub fn as_mut(&mut self) -> &mut XGenericEventCookie
pub fn as_mut(&mut self) -> &mut XGenericEventCookiePerforms the conversion.
impl AsMut<XGraphicsExposeEvent> for XEvent
impl AsMut<XGraphicsExposeEvent> for XEventpub fn as_mut(&mut self) -> &mut XGraphicsExposeEvent
pub fn as_mut(&mut self) -> &mut XGraphicsExposeEventPerforms the conversion.
impl AsMut<XGravityEvent> for XEvent
impl AsMut<XGravityEvent> for XEventpub fn as_mut(&mut self) -> &mut XGravityEvent
pub fn as_mut(&mut self) -> &mut XGravityEventPerforms the conversion.
impl AsMut<XKeymapEvent> for XEvent
impl AsMut<XKeymapEvent> for XEventpub fn as_mut(&mut self) -> &mut XKeymapEvent
pub fn as_mut(&mut self) -> &mut XKeymapEventPerforms the conversion.
impl AsMut<XMapRequestEvent> for XEvent
impl AsMut<XMapRequestEvent> for XEventpub fn as_mut(&mut self) -> &mut XMapRequestEvent
pub fn as_mut(&mut self) -> &mut XMapRequestEventPerforms the conversion.
impl AsMut<XMappingEvent> for XEvent
impl AsMut<XMappingEvent> for XEventpub fn as_mut(&mut self) -> &mut XMappingEvent
pub fn as_mut(&mut self) -> &mut XMappingEventPerforms the conversion.
impl AsMut<XMotionEvent> for XEvent
impl AsMut<XMotionEvent> for XEventpub fn as_mut(&mut self) -> &mut XMotionEvent
pub fn as_mut(&mut self) -> &mut XMotionEventPerforms the conversion.
impl AsMut<XNoExposeEvent> for XEvent
impl AsMut<XNoExposeEvent> for XEventpub fn as_mut(&mut self) -> &mut XNoExposeEvent
pub fn as_mut(&mut self) -> &mut XNoExposeEventPerforms the conversion.
impl AsMut<XPropertyEvent> for XEvent
impl AsMut<XPropertyEvent> for XEventpub fn as_mut(&mut self) -> &mut XPropertyEvent
pub fn as_mut(&mut self) -> &mut XPropertyEventPerforms the conversion.
pub fn as_mut(&mut self) -> &mut XRRCrtcChangeNotifyEvent
pub fn as_mut(&mut self) -> &mut XRRCrtcChangeNotifyEventPerforms the conversion.
pub fn as_mut(&mut self) -> &mut XRRNotifyEvent
pub fn as_mut(&mut self) -> &mut XRRNotifyEventPerforms the conversion.
pub fn as_mut(&mut self) -> &mut XRROutputChangeNotifyEvent
pub fn as_mut(&mut self) -> &mut XRROutputChangeNotifyEventPerforms the conversion.
pub fn as_mut(&mut self) -> &mut XRROutputPropertyNotifyEvent
pub fn as_mut(&mut self) -> &mut XRROutputPropertyNotifyEventPerforms the conversion.
pub fn as_mut(&mut self) -> &mut XRRProviderChangeNotifyEvent
pub fn as_mut(&mut self) -> &mut XRRProviderChangeNotifyEventPerforms the conversion.
pub fn as_mut(&mut self) -> &mut XRRProviderPropertyNotifyEvent
pub fn as_mut(&mut self) -> &mut XRRProviderPropertyNotifyEventPerforms the conversion.
pub fn as_mut(&mut self) -> &mut XRRResourceChangeNotifyEvent
pub fn as_mut(&mut self) -> &mut XRRResourceChangeNotifyEventPerforms the conversion.
pub fn as_mut(&mut self) -> &mut XRRScreenChangeNotifyEvent
pub fn as_mut(&mut self) -> &mut XRRScreenChangeNotifyEventPerforms the conversion.
impl AsMut<XReparentEvent> for XEvent
impl AsMut<XReparentEvent> for XEventpub fn as_mut(&mut self) -> &mut XReparentEvent
pub fn as_mut(&mut self) -> &mut XReparentEventPerforms the conversion.
impl AsMut<XResizeRequestEvent> for XEvent
impl AsMut<XResizeRequestEvent> for XEventpub fn as_mut(&mut self) -> &mut XResizeRequestEvent
pub fn as_mut(&mut self) -> &mut XResizeRequestEventPerforms the conversion.
pub fn as_mut(&mut self) -> &mut XScreenSaverNotifyEvent
pub fn as_mut(&mut self) -> &mut XScreenSaverNotifyEventPerforms the conversion.
impl AsMut<XSelectionClearEvent> for XEvent
impl AsMut<XSelectionClearEvent> for XEventpub fn as_mut(&mut self) -> &mut XSelectionClearEvent
pub fn as_mut(&mut self) -> &mut XSelectionClearEventPerforms the conversion.
impl AsMut<XSelectionEvent> for XEvent
impl AsMut<XSelectionEvent> for XEventpub fn as_mut(&mut self) -> &mut XSelectionEvent
pub fn as_mut(&mut self) -> &mut XSelectionEventPerforms the conversion.
impl AsMut<XSelectionRequestEvent> for XEvent
impl AsMut<XSelectionRequestEvent> for XEventpub fn as_mut(&mut self) -> &mut XSelectionRequestEvent
pub fn as_mut(&mut self) -> &mut XSelectionRequestEventPerforms the conversion.
impl AsMut<XUnmapEvent> for XEvent
impl AsMut<XUnmapEvent> for XEventpub fn as_mut(&mut self) -> &mut XUnmapEvent
pub fn as_mut(&mut self) -> &mut XUnmapEventPerforms the conversion.
impl AsMut<XVisibilityEvent> for XEvent
impl AsMut<XVisibilityEvent> for XEventpub fn as_mut(&mut self) -> &mut XVisibilityEvent
pub fn as_mut(&mut self) -> &mut XVisibilityEventPerforms the conversion.
impl AsRef<XButtonEvent> for XEvent
impl AsRef<XButtonEvent> for XEventpub fn as_ref(&self) -> &XButtonEvent
pub fn as_ref(&self) -> &XButtonEventPerforms the conversion.
impl AsRef<XCirculateEvent> for XEvent
impl AsRef<XCirculateEvent> for XEventpub fn as_ref(&self) -> &XCirculateEvent
pub fn as_ref(&self) -> &XCirculateEventPerforms the conversion.
impl AsRef<XCirculateRequestEvent> for XEvent
impl AsRef<XCirculateRequestEvent> for XEventpub fn as_ref(&self) -> &XCirculateRequestEvent
pub fn as_ref(&self) -> &XCirculateRequestEventPerforms the conversion.
impl AsRef<XClientMessageEvent> for XEvent
impl AsRef<XClientMessageEvent> for XEventpub fn as_ref(&self) -> &XClientMessageEvent
pub fn as_ref(&self) -> &XClientMessageEventPerforms the conversion.
impl AsRef<XColormapEvent> for XEvent
impl AsRef<XColormapEvent> for XEventpub fn as_ref(&self) -> &XColormapEvent
pub fn as_ref(&self) -> &XColormapEventPerforms the conversion.
impl AsRef<XConfigureEvent> for XEvent
impl AsRef<XConfigureEvent> for XEventpub fn as_ref(&self) -> &XConfigureEvent
pub fn as_ref(&self) -> &XConfigureEventPerforms the conversion.
impl AsRef<XConfigureRequestEvent> for XEvent
impl AsRef<XConfigureRequestEvent> for XEventpub fn as_ref(&self) -> &XConfigureRequestEvent
pub fn as_ref(&self) -> &XConfigureRequestEventPerforms the conversion.
impl AsRef<XCreateWindowEvent> for XEvent
impl AsRef<XCreateWindowEvent> for XEventpub fn as_ref(&self) -> &XCreateWindowEvent
pub fn as_ref(&self) -> &XCreateWindowEventPerforms the conversion.
impl AsRef<XCrossingEvent> for XEvent
impl AsRef<XCrossingEvent> for XEventpub fn as_ref(&self) -> &XCrossingEvent
pub fn as_ref(&self) -> &XCrossingEventPerforms the conversion.
impl AsRef<XDestroyWindowEvent> for XEvent
impl AsRef<XDestroyWindowEvent> for XEventpub fn as_ref(&self) -> &XDestroyWindowEvent
pub fn as_ref(&self) -> &XDestroyWindowEventPerforms the conversion.
impl AsRef<XErrorEvent> for XEvent
impl AsRef<XErrorEvent> for XEventpub fn as_ref(&self) -> &XErrorEvent
pub fn as_ref(&self) -> &XErrorEventPerforms the conversion.
impl AsRef<XExposeEvent> for XEvent
impl AsRef<XExposeEvent> for XEventpub fn as_ref(&self) -> &XExposeEvent
pub fn as_ref(&self) -> &XExposeEventPerforms the conversion.
pub fn as_ref(&self) -> &XF86VidModeNotifyEvent
pub fn as_ref(&self) -> &XF86VidModeNotifyEventPerforms the conversion.
impl AsRef<XFocusChangeEvent> for XEvent
impl AsRef<XFocusChangeEvent> for XEventpub fn as_ref(&self) -> &XFocusChangeEvent
pub fn as_ref(&self) -> &XFocusChangeEventPerforms the conversion.
impl AsRef<XGenericEventCookie> for XEvent
impl AsRef<XGenericEventCookie> for XEventpub fn as_ref(&self) -> &XGenericEventCookie
pub fn as_ref(&self) -> &XGenericEventCookiePerforms the conversion.
impl AsRef<XGraphicsExposeEvent> for XEvent
impl AsRef<XGraphicsExposeEvent> for XEventpub fn as_ref(&self) -> &XGraphicsExposeEvent
pub fn as_ref(&self) -> &XGraphicsExposeEventPerforms the conversion.
impl AsRef<XGravityEvent> for XEvent
impl AsRef<XGravityEvent> for XEventpub fn as_ref(&self) -> &XGravityEvent
pub fn as_ref(&self) -> &XGravityEventPerforms the conversion.
impl AsRef<XKeymapEvent> for XEvent
impl AsRef<XKeymapEvent> for XEventpub fn as_ref(&self) -> &XKeymapEvent
pub fn as_ref(&self) -> &XKeymapEventPerforms the conversion.
impl AsRef<XMapRequestEvent> for XEvent
impl AsRef<XMapRequestEvent> for XEventpub fn as_ref(&self) -> &XMapRequestEvent
pub fn as_ref(&self) -> &XMapRequestEventPerforms the conversion.
impl AsRef<XMappingEvent> for XEvent
impl AsRef<XMappingEvent> for XEventpub fn as_ref(&self) -> &XMappingEvent
pub fn as_ref(&self) -> &XMappingEventPerforms the conversion.
impl AsRef<XMotionEvent> for XEvent
impl AsRef<XMotionEvent> for XEventpub fn as_ref(&self) -> &XMotionEvent
pub fn as_ref(&self) -> &XMotionEventPerforms the conversion.
impl AsRef<XNoExposeEvent> for XEvent
impl AsRef<XNoExposeEvent> for XEventpub fn as_ref(&self) -> &XNoExposeEvent
pub fn as_ref(&self) -> &XNoExposeEventPerforms the conversion.
impl AsRef<XPropertyEvent> for XEvent
impl AsRef<XPropertyEvent> for XEventpub fn as_ref(&self) -> &XPropertyEvent
pub fn as_ref(&self) -> &XPropertyEventPerforms the conversion.
pub fn as_ref(&self) -> &XRRCrtcChangeNotifyEvent
pub fn as_ref(&self) -> &XRRCrtcChangeNotifyEventPerforms the conversion.
pub fn as_ref(&self) -> &XRRNotifyEvent
pub fn as_ref(&self) -> &XRRNotifyEventPerforms the conversion.
pub fn as_ref(&self) -> &XRROutputChangeNotifyEvent
pub fn as_ref(&self) -> &XRROutputChangeNotifyEventPerforms the conversion.
pub fn as_ref(&self) -> &XRROutputPropertyNotifyEvent
pub fn as_ref(&self) -> &XRROutputPropertyNotifyEventPerforms the conversion.
pub fn as_ref(&self) -> &XRRProviderChangeNotifyEvent
pub fn as_ref(&self) -> &XRRProviderChangeNotifyEventPerforms the conversion.
pub fn as_ref(&self) -> &XRRProviderPropertyNotifyEvent
pub fn as_ref(&self) -> &XRRProviderPropertyNotifyEventPerforms the conversion.
pub fn as_ref(&self) -> &XRRResourceChangeNotifyEvent
pub fn as_ref(&self) -> &XRRResourceChangeNotifyEventPerforms the conversion.
pub fn as_ref(&self) -> &XRRScreenChangeNotifyEvent
pub fn as_ref(&self) -> &XRRScreenChangeNotifyEventPerforms the conversion.
impl AsRef<XReparentEvent> for XEvent
impl AsRef<XReparentEvent> for XEventpub fn as_ref(&self) -> &XReparentEvent
pub fn as_ref(&self) -> &XReparentEventPerforms the conversion.
impl AsRef<XResizeRequestEvent> for XEvent
impl AsRef<XResizeRequestEvent> for XEventpub fn as_ref(&self) -> &XResizeRequestEvent
pub fn as_ref(&self) -> &XResizeRequestEventPerforms the conversion.
pub fn as_ref(&self) -> &XScreenSaverNotifyEvent
pub fn as_ref(&self) -> &XScreenSaverNotifyEventPerforms the conversion.
impl AsRef<XSelectionClearEvent> for XEvent
impl AsRef<XSelectionClearEvent> for XEventpub fn as_ref(&self) -> &XSelectionClearEvent
pub fn as_ref(&self) -> &XSelectionClearEventPerforms the conversion.
impl AsRef<XSelectionEvent> for XEvent
impl AsRef<XSelectionEvent> for XEventpub fn as_ref(&self) -> &XSelectionEvent
pub fn as_ref(&self) -> &XSelectionEventPerforms the conversion.
impl AsRef<XSelectionRequestEvent> for XEvent
impl AsRef<XSelectionRequestEvent> for XEventpub fn as_ref(&self) -> &XSelectionRequestEvent
pub fn as_ref(&self) -> &XSelectionRequestEventPerforms the conversion.
impl AsRef<XUnmapEvent> for XEvent
impl AsRef<XUnmapEvent> for XEventpub fn as_ref(&self) -> &XUnmapEvent
pub fn as_ref(&self) -> &XUnmapEventPerforms the conversion.
impl AsRef<XVisibilityEvent> for XEvent
impl AsRef<XVisibilityEvent> for XEventpub fn as_ref(&self) -> &XVisibilityEvent
pub fn as_ref(&self) -> &XVisibilityEventPerforms the conversion.
impl<'a> From<&'a XButtonEvent> for XEvent
impl<'a> From<&'a XButtonEvent> for XEventpub fn from(other: &'a XButtonEvent) -> XEvent
pub fn from(other: &'a XButtonEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XCirculateEvent> for XEvent
impl<'a> From<&'a XCirculateEvent> for XEventpub fn from(other: &'a XCirculateEvent) -> XEvent
pub fn from(other: &'a XCirculateEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XCirculateRequestEvent> for XEvent
impl<'a> From<&'a XCirculateRequestEvent> for XEventpub fn from(other: &'a XCirculateRequestEvent) -> XEvent
pub fn from(other: &'a XCirculateRequestEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XClientMessageEvent> for XEvent
impl<'a> From<&'a XClientMessageEvent> for XEventpub fn from(other: &'a XClientMessageEvent) -> XEvent
pub fn from(other: &'a XClientMessageEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XColormapEvent> for XEvent
impl<'a> From<&'a XColormapEvent> for XEventpub fn from(other: &'a XColormapEvent) -> XEvent
pub fn from(other: &'a XColormapEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XConfigureEvent> for XEvent
impl<'a> From<&'a XConfigureEvent> for XEventpub fn from(other: &'a XConfigureEvent) -> XEvent
pub fn from(other: &'a XConfigureEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XConfigureRequestEvent> for XEvent
impl<'a> From<&'a XConfigureRequestEvent> for XEventpub fn from(other: &'a XConfigureRequestEvent) -> XEvent
pub fn from(other: &'a XConfigureRequestEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XCreateWindowEvent> for XEvent
impl<'a> From<&'a XCreateWindowEvent> for XEventpub fn from(other: &'a XCreateWindowEvent) -> XEvent
pub fn from(other: &'a XCreateWindowEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XCrossingEvent> for XEvent
impl<'a> From<&'a XCrossingEvent> for XEventpub fn from(other: &'a XCrossingEvent) -> XEvent
pub fn from(other: &'a XCrossingEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XDestroyWindowEvent> for XEvent
impl<'a> From<&'a XDestroyWindowEvent> for XEventpub fn from(other: &'a XDestroyWindowEvent) -> XEvent
pub fn from(other: &'a XDestroyWindowEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XErrorEvent> for XEvent
impl<'a> From<&'a XErrorEvent> for XEventpub fn from(other: &'a XErrorEvent) -> XEvent
pub fn from(other: &'a XErrorEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XMapRequestEvent
impl<'a> From<&'a XEvent> for XMapRequestEventpub fn from(xevent: &'a XEvent) -> XMapRequestEvent
pub fn from(xevent: &'a XEvent) -> XMapRequestEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XConfigureRequestEvent
impl<'a> From<&'a XEvent> for XConfigureRequestEventpub fn from(xevent: &'a XEvent) -> XConfigureRequestEvent
pub fn from(xevent: &'a XEvent) -> XConfigureRequestEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XSelectionClearEvent
impl<'a> From<&'a XEvent> for XSelectionClearEventpub fn from(xevent: &'a XEvent) -> XSelectionClearEvent
pub fn from(xevent: &'a XEvent) -> XSelectionClearEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XMappingEvent
impl<'a> From<&'a XEvent> for XMappingEventpub fn from(xevent: &'a XEvent) -> XMappingEvent
pub fn from(xevent: &'a XEvent) -> XMappingEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XResizeRequestEvent
impl<'a> From<&'a XEvent> for XResizeRequestEventpub fn from(xevent: &'a XEvent) -> XResizeRequestEvent
pub fn from(xevent: &'a XEvent) -> XResizeRequestEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XVisibilityEvent
impl<'a> From<&'a XEvent> for XVisibilityEventpub fn from(xevent: &'a XEvent) -> XVisibilityEvent
pub fn from(xevent: &'a XEvent) -> XVisibilityEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XErrorEvent
impl<'a> From<&'a XEvent> for XErrorEventpub fn from(xevent: &'a XEvent) -> XErrorEvent
pub fn from(xevent: &'a XEvent) -> XErrorEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XUnmapEvent
impl<'a> From<&'a XEvent> for XUnmapEventpub fn from(xevent: &'a XEvent) -> XUnmapEvent
pub fn from(xevent: &'a XEvent) -> XUnmapEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XCrossingEvent
impl<'a> From<&'a XEvent> for XCrossingEventpub fn from(xevent: &'a XEvent) -> XCrossingEvent
pub fn from(xevent: &'a XEvent) -> XCrossingEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XCirculateEvent
impl<'a> From<&'a XEvent> for XCirculateEventpub fn from(xevent: &'a XEvent) -> XCirculateEvent
pub fn from(xevent: &'a XEvent) -> XCirculateEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XMotionEvent
impl<'a> From<&'a XEvent> for XMotionEventpub fn from(xevent: &'a XEvent) -> XMotionEvent
pub fn from(xevent: &'a XEvent) -> XMotionEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XGraphicsExposeEvent
impl<'a> From<&'a XEvent> for XGraphicsExposeEventpub fn from(xevent: &'a XEvent) -> XGraphicsExposeEvent
pub fn from(xevent: &'a XEvent) -> XGraphicsExposeEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XReparentEvent
impl<'a> From<&'a XEvent> for XReparentEventpub fn from(xevent: &'a XEvent) -> XReparentEvent
pub fn from(xevent: &'a XEvent) -> XReparentEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XPropertyEvent
impl<'a> From<&'a XEvent> for XPropertyEventpub fn from(xevent: &'a XEvent) -> XPropertyEvent
pub fn from(xevent: &'a XEvent) -> XPropertyEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XGravityEvent
impl<'a> From<&'a XEvent> for XGravityEventpub fn from(xevent: &'a XEvent) -> XGravityEvent
pub fn from(xevent: &'a XEvent) -> XGravityEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XCirculateRequestEvent
impl<'a> From<&'a XEvent> for XCirculateRequestEventpub fn from(xevent: &'a XEvent) -> XCirculateRequestEvent
pub fn from(xevent: &'a XEvent) -> XCirculateRequestEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XDestroyWindowEvent
impl<'a> From<&'a XEvent> for XDestroyWindowEventpub fn from(xevent: &'a XEvent) -> XDestroyWindowEvent
pub fn from(xevent: &'a XEvent) -> XDestroyWindowEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XSelectionRequestEvent
impl<'a> From<&'a XEvent> for XSelectionRequestEventpub fn from(xevent: &'a XEvent) -> XSelectionRequestEvent
pub fn from(xevent: &'a XEvent) -> XSelectionRequestEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XKeymapEvent
impl<'a> From<&'a XEvent> for XKeymapEventpub fn from(xevent: &'a XEvent) -> XKeymapEvent
pub fn from(xevent: &'a XEvent) -> XKeymapEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XNoExposeEvent
impl<'a> From<&'a XEvent> for XNoExposeEventpub fn from(xevent: &'a XEvent) -> XNoExposeEvent
pub fn from(xevent: &'a XEvent) -> XNoExposeEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XGenericEventCookie
impl<'a> From<&'a XEvent> for XGenericEventCookiepub fn from(xevent: &'a XEvent) -> XGenericEventCookie
pub fn from(xevent: &'a XEvent) -> XGenericEventCookiePerforms the conversion.
impl<'a> From<&'a XEvent> for XFocusChangeEvent
impl<'a> From<&'a XEvent> for XFocusChangeEventpub fn from(xevent: &'a XEvent) -> XFocusChangeEvent
pub fn from(xevent: &'a XEvent) -> XFocusChangeEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XButtonEvent
impl<'a> From<&'a XEvent> for XButtonEventpub fn from(xevent: &'a XEvent) -> XButtonEvent
pub fn from(xevent: &'a XEvent) -> XButtonEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XConfigureEvent
impl<'a> From<&'a XEvent> for XConfigureEventpub fn from(xevent: &'a XEvent) -> XConfigureEvent
pub fn from(xevent: &'a XEvent) -> XConfigureEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XClientMessageEvent
impl<'a> From<&'a XEvent> for XClientMessageEventpub fn from(xevent: &'a XEvent) -> XClientMessageEvent
pub fn from(xevent: &'a XEvent) -> XClientMessageEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XExposeEvent
impl<'a> From<&'a XEvent> for XExposeEventpub fn from(xevent: &'a XEvent) -> XExposeEvent
pub fn from(xevent: &'a XEvent) -> XExposeEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XSelectionEvent
impl<'a> From<&'a XEvent> for XSelectionEventpub fn from(xevent: &'a XEvent) -> XSelectionEvent
pub fn from(xevent: &'a XEvent) -> XSelectionEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XColormapEvent
impl<'a> From<&'a XEvent> for XColormapEventpub fn from(xevent: &'a XEvent) -> XColormapEvent
pub fn from(xevent: &'a XEvent) -> XColormapEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XCreateWindowEvent
impl<'a> From<&'a XEvent> for XCreateWindowEventpub fn from(xevent: &'a XEvent) -> XCreateWindowEvent
pub fn from(xevent: &'a XEvent) -> XCreateWindowEventPerforms the conversion.
impl<'a> From<&'a XExposeEvent> for XEvent
impl<'a> From<&'a XExposeEvent> for XEventpub fn from(other: &'a XExposeEvent) -> XEvent
pub fn from(other: &'a XExposeEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XFocusChangeEvent> for XEvent
impl<'a> From<&'a XFocusChangeEvent> for XEventpub fn from(other: &'a XFocusChangeEvent) -> XEvent
pub fn from(other: &'a XFocusChangeEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XGenericEventCookie> for XEvent
impl<'a> From<&'a XGenericEventCookie> for XEventpub fn from(other: &'a XGenericEventCookie) -> XEvent
pub fn from(other: &'a XGenericEventCookie) -> XEventPerforms the conversion.
impl<'a> From<&'a XGraphicsExposeEvent> for XEvent
impl<'a> From<&'a XGraphicsExposeEvent> for XEventpub fn from(other: &'a XGraphicsExposeEvent) -> XEvent
pub fn from(other: &'a XGraphicsExposeEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XGravityEvent> for XEvent
impl<'a> From<&'a XGravityEvent> for XEventpub fn from(other: &'a XGravityEvent) -> XEvent
pub fn from(other: &'a XGravityEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XKeymapEvent> for XEvent
impl<'a> From<&'a XKeymapEvent> for XEventpub fn from(other: &'a XKeymapEvent) -> XEvent
pub fn from(other: &'a XKeymapEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XMapRequestEvent> for XEvent
impl<'a> From<&'a XMapRequestEvent> for XEventpub fn from(other: &'a XMapRequestEvent) -> XEvent
pub fn from(other: &'a XMapRequestEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XMappingEvent> for XEvent
impl<'a> From<&'a XMappingEvent> for XEventpub fn from(other: &'a XMappingEvent) -> XEvent
pub fn from(other: &'a XMappingEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XMotionEvent> for XEvent
impl<'a> From<&'a XMotionEvent> for XEventpub fn from(other: &'a XMotionEvent) -> XEvent
pub fn from(other: &'a XMotionEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XNoExposeEvent> for XEvent
impl<'a> From<&'a XNoExposeEvent> for XEventpub fn from(other: &'a XNoExposeEvent) -> XEvent
pub fn from(other: &'a XNoExposeEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XPropertyEvent> for XEvent
impl<'a> From<&'a XPropertyEvent> for XEventpub fn from(other: &'a XPropertyEvent) -> XEvent
pub fn from(other: &'a XPropertyEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XReparentEvent> for XEvent
impl<'a> From<&'a XReparentEvent> for XEventpub fn from(other: &'a XReparentEvent) -> XEvent
pub fn from(other: &'a XReparentEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XResizeRequestEvent> for XEvent
impl<'a> From<&'a XResizeRequestEvent> for XEventpub fn from(other: &'a XResizeRequestEvent) -> XEvent
pub fn from(other: &'a XResizeRequestEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XSelectionClearEvent> for XEvent
impl<'a> From<&'a XSelectionClearEvent> for XEventpub fn from(other: &'a XSelectionClearEvent) -> XEvent
pub fn from(other: &'a XSelectionClearEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XSelectionEvent> for XEvent
impl<'a> From<&'a XSelectionEvent> for XEventpub fn from(other: &'a XSelectionEvent) -> XEvent
pub fn from(other: &'a XSelectionEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XSelectionRequestEvent> for XEvent
impl<'a> From<&'a XSelectionRequestEvent> for XEventpub fn from(other: &'a XSelectionRequestEvent) -> XEvent
pub fn from(other: &'a XSelectionRequestEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XUnmapEvent> for XEvent
impl<'a> From<&'a XUnmapEvent> for XEventpub fn from(other: &'a XUnmapEvent) -> XEvent
pub fn from(other: &'a XUnmapEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XVisibilityEvent> for XEvent
impl<'a> From<&'a XVisibilityEvent> for XEventpub fn from(other: &'a XVisibilityEvent) -> XEvent
pub fn from(other: &'a XVisibilityEvent) -> XEventPerforms the conversion.
impl From<XButtonEvent> for XEvent
impl From<XButtonEvent> for XEventpub fn from(other: XButtonEvent) -> XEvent
pub fn from(other: XButtonEvent) -> XEventPerforms the conversion.
impl From<XCirculateEvent> for XEvent
impl From<XCirculateEvent> for XEventpub fn from(other: XCirculateEvent) -> XEvent
pub fn from(other: XCirculateEvent) -> XEventPerforms the conversion.
impl From<XCirculateRequestEvent> for XEvent
impl From<XCirculateRequestEvent> for XEventpub fn from(other: XCirculateRequestEvent) -> XEvent
pub fn from(other: XCirculateRequestEvent) -> XEventPerforms the conversion.
impl From<XClientMessageEvent> for XEvent
impl From<XClientMessageEvent> for XEventpub fn from(other: XClientMessageEvent) -> XEvent
pub fn from(other: XClientMessageEvent) -> XEventPerforms the conversion.
impl From<XColormapEvent> for XEvent
impl From<XColormapEvent> for XEventpub fn from(other: XColormapEvent) -> XEvent
pub fn from(other: XColormapEvent) -> XEventPerforms the conversion.
impl From<XConfigureEvent> for XEvent
impl From<XConfigureEvent> for XEventpub fn from(other: XConfigureEvent) -> XEvent
pub fn from(other: XConfigureEvent) -> XEventPerforms the conversion.
impl From<XConfigureRequestEvent> for XEvent
impl From<XConfigureRequestEvent> for XEventpub fn from(other: XConfigureRequestEvent) -> XEvent
pub fn from(other: XConfigureRequestEvent) -> XEventPerforms the conversion.
impl From<XCreateWindowEvent> for XEvent
impl From<XCreateWindowEvent> for XEventpub fn from(other: XCreateWindowEvent) -> XEvent
pub fn from(other: XCreateWindowEvent) -> XEventPerforms the conversion.
impl From<XCrossingEvent> for XEvent
impl From<XCrossingEvent> for XEventpub fn from(other: XCrossingEvent) -> XEvent
pub fn from(other: XCrossingEvent) -> XEventPerforms the conversion.
impl From<XDestroyWindowEvent> for XEvent
impl From<XDestroyWindowEvent> for XEventpub fn from(other: XDestroyWindowEvent) -> XEvent
pub fn from(other: XDestroyWindowEvent) -> XEventPerforms the conversion.
impl From<XErrorEvent> for XEvent
impl From<XErrorEvent> for XEventpub fn from(other: XErrorEvent) -> XEvent
pub fn from(other: XErrorEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XButtonEvent
impl From<XEvent> for XButtonEventpub fn from(xevent: XEvent) -> XButtonEvent
pub fn from(xevent: XEvent) -> XButtonEventPerforms the conversion.
impl From<XEvent> for XSelectionClearEvent
impl From<XEvent> for XSelectionClearEventpub fn from(xevent: XEvent) -> XSelectionClearEvent
pub fn from(xevent: XEvent) -> XSelectionClearEventPerforms the conversion.
impl From<XEvent> for XMapRequestEvent
impl From<XEvent> for XMapRequestEventpub fn from(xevent: XEvent) -> XMapRequestEvent
pub fn from(xevent: XEvent) -> XMapRequestEventPerforms the conversion.
impl From<XEvent> for XPropertyEvent
impl From<XEvent> for XPropertyEventpub fn from(xevent: XEvent) -> XPropertyEvent
pub fn from(xevent: XEvent) -> XPropertyEventPerforms the conversion.
impl From<XEvent> for XGenericEventCookie
impl From<XEvent> for XGenericEventCookiepub fn from(xevent: XEvent) -> XGenericEventCookie
pub fn from(xevent: XEvent) -> XGenericEventCookiePerforms the conversion.
impl From<XEvent> for XExposeEvent
impl From<XEvent> for XExposeEventpub fn from(xevent: XEvent) -> XExposeEvent
pub fn from(xevent: XEvent) -> XExposeEventPerforms the conversion.
impl From<XEvent> for XGravityEvent
impl From<XEvent> for XGravityEventpub fn from(xevent: XEvent) -> XGravityEvent
pub fn from(xevent: XEvent) -> XGravityEventPerforms the conversion.
impl From<XEvent> for XCrossingEvent
impl From<XEvent> for XCrossingEventpub fn from(xevent: XEvent) -> XCrossingEvent
pub fn from(xevent: XEvent) -> XCrossingEventPerforms the conversion.
impl From<XEvent> for XResizeRequestEvent
impl From<XEvent> for XResizeRequestEventpub fn from(xevent: XEvent) -> XResizeRequestEvent
pub fn from(xevent: XEvent) -> XResizeRequestEventPerforms the conversion.
impl From<XEvent> for XVisibilityEvent
impl From<XEvent> for XVisibilityEventpub fn from(xevent: XEvent) -> XVisibilityEvent
pub fn from(xevent: XEvent) -> XVisibilityEventPerforms the conversion.
impl From<XEvent> for XMappingEvent
impl From<XEvent> for XMappingEventpub fn from(xevent: XEvent) -> XMappingEvent
pub fn from(xevent: XEvent) -> XMappingEventPerforms the conversion.
impl From<XEvent> for XConfigureEvent
impl From<XEvent> for XConfigureEventpub fn from(xevent: XEvent) -> XConfigureEvent
pub fn from(xevent: XEvent) -> XConfigureEventPerforms the conversion.
impl From<XEvent> for XMotionEvent
impl From<XEvent> for XMotionEventpub fn from(xevent: XEvent) -> XMotionEvent
pub fn from(xevent: XEvent) -> XMotionEventPerforms the conversion.
impl From<XEvent> for XKeymapEvent
impl From<XEvent> for XKeymapEventpub fn from(xevent: XEvent) -> XKeymapEvent
pub fn from(xevent: XEvent) -> XKeymapEventPerforms the conversion.
impl From<XEvent> for XDestroyWindowEvent
impl From<XEvent> for XDestroyWindowEventpub fn from(xevent: XEvent) -> XDestroyWindowEvent
pub fn from(xevent: XEvent) -> XDestroyWindowEventPerforms the conversion.
impl From<XEvent> for XErrorEvent
impl From<XEvent> for XErrorEventpub fn from(xevent: XEvent) -> XErrorEvent
pub fn from(xevent: XEvent) -> XErrorEventPerforms the conversion.
impl From<XEvent> for XReparentEvent
impl From<XEvent> for XReparentEventpub fn from(xevent: XEvent) -> XReparentEvent
pub fn from(xevent: XEvent) -> XReparentEventPerforms the conversion.
impl From<XEvent> for XUnmapEvent
impl From<XEvent> for XUnmapEventpub fn from(xevent: XEvent) -> XUnmapEvent
pub fn from(xevent: XEvent) -> XUnmapEventPerforms the conversion.
impl From<XEvent> for XConfigureRequestEvent
impl From<XEvent> for XConfigureRequestEventpub fn from(xevent: XEvent) -> XConfigureRequestEvent
pub fn from(xevent: XEvent) -> XConfigureRequestEventPerforms the conversion.
impl From<XEvent> for XGraphicsExposeEvent
impl From<XEvent> for XGraphicsExposeEventpub fn from(xevent: XEvent) -> XGraphicsExposeEvent
pub fn from(xevent: XEvent) -> XGraphicsExposeEventPerforms the conversion.
impl From<XEvent> for XNoExposeEvent
impl From<XEvent> for XNoExposeEventpub fn from(xevent: XEvent) -> XNoExposeEvent
pub fn from(xevent: XEvent) -> XNoExposeEventPerforms the conversion.
impl From<XEvent> for XCreateWindowEvent
impl From<XEvent> for XCreateWindowEventpub fn from(xevent: XEvent) -> XCreateWindowEvent
pub fn from(xevent: XEvent) -> XCreateWindowEventPerforms the conversion.
impl From<XEvent> for XFocusChangeEvent
impl From<XEvent> for XFocusChangeEventpub fn from(xevent: XEvent) -> XFocusChangeEvent
pub fn from(xevent: XEvent) -> XFocusChangeEventPerforms the conversion.
impl From<XEvent> for XClientMessageEvent
impl From<XEvent> for XClientMessageEventpub fn from(xevent: XEvent) -> XClientMessageEvent
pub fn from(xevent: XEvent) -> XClientMessageEventPerforms the conversion.
impl From<XEvent> for XCirculateRequestEvent
impl From<XEvent> for XCirculateRequestEventpub fn from(xevent: XEvent) -> XCirculateRequestEvent
pub fn from(xevent: XEvent) -> XCirculateRequestEventPerforms the conversion.
impl From<XEvent> for XColormapEvent
impl From<XEvent> for XColormapEventpub fn from(xevent: XEvent) -> XColormapEvent
pub fn from(xevent: XEvent) -> XColormapEventPerforms the conversion.
impl From<XEvent> for XSelectionEvent
impl From<XEvent> for XSelectionEventpub fn from(xevent: XEvent) -> XSelectionEvent
pub fn from(xevent: XEvent) -> XSelectionEventPerforms the conversion.
impl From<XEvent> for XSelectionRequestEvent
impl From<XEvent> for XSelectionRequestEventpub fn from(xevent: XEvent) -> XSelectionRequestEvent
pub fn from(xevent: XEvent) -> XSelectionRequestEventPerforms the conversion.
impl From<XEvent> for XCirculateEvent
impl From<XEvent> for XCirculateEventpub fn from(xevent: XEvent) -> XCirculateEvent
pub fn from(xevent: XEvent) -> XCirculateEventPerforms the conversion.
impl From<XExposeEvent> for XEvent
impl From<XExposeEvent> for XEventpub fn from(other: XExposeEvent) -> XEvent
pub fn from(other: XExposeEvent) -> XEventPerforms the conversion.
impl From<XFocusChangeEvent> for XEvent
impl From<XFocusChangeEvent> for XEventpub fn from(other: XFocusChangeEvent) -> XEvent
pub fn from(other: XFocusChangeEvent) -> XEventPerforms the conversion.
impl From<XGenericEventCookie> for XEvent
impl From<XGenericEventCookie> for XEventpub fn from(other: XGenericEventCookie) -> XEvent
pub fn from(other: XGenericEventCookie) -> XEventPerforms the conversion.
impl From<XGraphicsExposeEvent> for XEvent
impl From<XGraphicsExposeEvent> for XEventpub fn from(other: XGraphicsExposeEvent) -> XEvent
pub fn from(other: XGraphicsExposeEvent) -> XEventPerforms the conversion.
impl From<XGravityEvent> for XEvent
impl From<XGravityEvent> for XEventpub fn from(other: XGravityEvent) -> XEvent
pub fn from(other: XGravityEvent) -> XEventPerforms the conversion.
impl From<XKeymapEvent> for XEvent
impl From<XKeymapEvent> for XEventpub fn from(other: XKeymapEvent) -> XEvent
pub fn from(other: XKeymapEvent) -> XEventPerforms the conversion.
impl From<XMapRequestEvent> for XEvent
impl From<XMapRequestEvent> for XEventpub fn from(other: XMapRequestEvent) -> XEvent
pub fn from(other: XMapRequestEvent) -> XEventPerforms the conversion.
impl From<XMappingEvent> for XEvent
impl From<XMappingEvent> for XEventpub fn from(other: XMappingEvent) -> XEvent
pub fn from(other: XMappingEvent) -> XEventPerforms the conversion.
impl From<XMotionEvent> for XEvent
impl From<XMotionEvent> for XEventpub fn from(other: XMotionEvent) -> XEvent
pub fn from(other: XMotionEvent) -> XEventPerforms the conversion.
impl From<XNoExposeEvent> for XEvent
impl From<XNoExposeEvent> for XEventpub fn from(other: XNoExposeEvent) -> XEvent
pub fn from(other: XNoExposeEvent) -> XEventPerforms the conversion.
impl From<XPropertyEvent> for XEvent
impl From<XPropertyEvent> for XEventpub fn from(other: XPropertyEvent) -> XEvent
pub fn from(other: XPropertyEvent) -> XEventPerforms the conversion.
impl From<XReparentEvent> for XEvent
impl From<XReparentEvent> for XEventpub fn from(other: XReparentEvent) -> XEvent
pub fn from(other: XReparentEvent) -> XEventPerforms the conversion.
impl From<XResizeRequestEvent> for XEvent
impl From<XResizeRequestEvent> for XEventpub fn from(other: XResizeRequestEvent) -> XEvent
pub fn from(other: XResizeRequestEvent) -> XEventPerforms the conversion.
impl From<XSelectionClearEvent> for XEvent
impl From<XSelectionClearEvent> for XEventpub fn from(other: XSelectionClearEvent) -> XEvent
pub fn from(other: XSelectionClearEvent) -> XEventPerforms the conversion.
impl From<XSelectionEvent> for XEvent
impl From<XSelectionEvent> for XEventpub fn from(other: XSelectionEvent) -> XEvent
pub fn from(other: XSelectionEvent) -> XEventPerforms the conversion.
impl From<XSelectionRequestEvent> for XEvent
impl From<XSelectionRequestEvent> for XEventpub fn from(other: XSelectionRequestEvent) -> XEvent
pub fn from(other: XSelectionRequestEvent) -> XEventPerforms the conversion.
impl From<XUnmapEvent> for XEvent
impl From<XUnmapEvent> for XEventpub fn from(other: XUnmapEvent) -> XEvent
pub fn from(other: XUnmapEvent) -> XEventPerforms the conversion.
impl From<XVisibilityEvent> for XEvent
impl From<XVisibilityEvent> for XEventpub fn from(other: XVisibilityEvent) -> XEvent
pub fn from(other: XVisibilityEvent) -> XEventPerforms the conversion.
Auto Trait Implementations
impl RefUnwindSafe for XEventimpl UnwindSafe for XEventBlanket Implementations
Mutably borrows from an owned value. Read more