Struct x11::xlib::XEvent
[−]
[src]
#[repr(C)]pub struct XEvent { pub pad: [c_long; 24], }
Fields
pad: [c_long; 24]
Methods
impl XEvent
[src]
Trait Implementations
impl Clone for XEvent
[src]
fn clone(&self) -> XEvent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Copy for XEvent
[src]
impl PartialEq for XEvent
[src]
fn eq(&self, __arg_0: &XEvent) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &XEvent) -> bool
This method tests for !=
.
impl AsMut<XAnyEvent> for XEvent
[src]
impl AsRef<XAnyEvent> for XEvent
[src]
impl From<XAnyEvent> for XEvent
[src]
impl<'a> From<&'a XAnyEvent> for XEvent
[src]
impl AsMut<XButtonEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XButtonEvent
Performs the conversion.
impl AsRef<XButtonEvent> for XEvent
[src]
fn as_ref(&self) -> &XButtonEvent
Performs the conversion.
impl From<XButtonEvent> for XEvent
[src]
fn from(other: XButtonEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XButtonEvent> for XEvent
[src]
fn from(other: &'a XButtonEvent) -> XEvent
Performs the conversion.
impl AsMut<XCirculateEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XCirculateEvent
Performs the conversion.
impl AsRef<XCirculateEvent> for XEvent
[src]
fn as_ref(&self) -> &XCirculateEvent
Performs the conversion.
impl From<XCirculateEvent> for XEvent
[src]
fn from(other: XCirculateEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XCirculateEvent> for XEvent
[src]
fn from(other: &'a XCirculateEvent) -> XEvent
Performs the conversion.
impl AsMut<XCirculateRequestEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XCirculateRequestEvent
Performs the conversion.
impl AsRef<XCirculateRequestEvent> for XEvent
[src]
fn as_ref(&self) -> &XCirculateRequestEvent
Performs the conversion.
impl From<XCirculateRequestEvent> for XEvent
[src]
fn from(other: XCirculateRequestEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XCirculateRequestEvent> for XEvent
[src]
fn from(other: &'a XCirculateRequestEvent) -> XEvent
Performs the conversion.
impl AsMut<XClientMessageEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XClientMessageEvent
Performs the conversion.
impl AsRef<XClientMessageEvent> for XEvent
[src]
fn as_ref(&self) -> &XClientMessageEvent
Performs the conversion.
impl From<XClientMessageEvent> for XEvent
[src]
fn from(other: XClientMessageEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XClientMessageEvent> for XEvent
[src]
fn from(other: &'a XClientMessageEvent) -> XEvent
Performs the conversion.
impl AsMut<XColormapEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XColormapEvent
Performs the conversion.
impl AsRef<XColormapEvent> for XEvent
[src]
fn as_ref(&self) -> &XColormapEvent
Performs the conversion.
impl From<XColormapEvent> for XEvent
[src]
fn from(other: XColormapEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XColormapEvent> for XEvent
[src]
fn from(other: &'a XColormapEvent) -> XEvent
Performs the conversion.
impl AsMut<XConfigureEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XConfigureEvent
Performs the conversion.
impl AsRef<XConfigureEvent> for XEvent
[src]
fn as_ref(&self) -> &XConfigureEvent
Performs the conversion.
impl From<XConfigureEvent> for XEvent
[src]
fn from(other: XConfigureEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XConfigureEvent> for XEvent
[src]
fn from(other: &'a XConfigureEvent) -> XEvent
Performs the conversion.
impl AsMut<XConfigureRequestEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XConfigureRequestEvent
Performs the conversion.
impl AsRef<XConfigureRequestEvent> for XEvent
[src]
fn as_ref(&self) -> &XConfigureRequestEvent
Performs the conversion.
impl From<XConfigureRequestEvent> for XEvent
[src]
fn from(other: XConfigureRequestEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XConfigureRequestEvent> for XEvent
[src]
fn from(other: &'a XConfigureRequestEvent) -> XEvent
Performs the conversion.
impl AsMut<XCreateWindowEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XCreateWindowEvent
Performs the conversion.
impl AsRef<XCreateWindowEvent> for XEvent
[src]
fn as_ref(&self) -> &XCreateWindowEvent
Performs the conversion.
impl From<XCreateWindowEvent> for XEvent
[src]
fn from(other: XCreateWindowEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XCreateWindowEvent> for XEvent
[src]
fn from(other: &'a XCreateWindowEvent) -> XEvent
Performs the conversion.
impl AsMut<XCrossingEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XCrossingEvent
Performs the conversion.
impl AsRef<XCrossingEvent> for XEvent
[src]
fn as_ref(&self) -> &XCrossingEvent
Performs the conversion.
impl From<XCrossingEvent> for XEvent
[src]
fn from(other: XCrossingEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XCrossingEvent> for XEvent
[src]
fn from(other: &'a XCrossingEvent) -> XEvent
Performs the conversion.
impl AsMut<XDestroyWindowEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XDestroyWindowEvent
Performs the conversion.
impl AsRef<XDestroyWindowEvent> for XEvent
[src]
fn as_ref(&self) -> &XDestroyWindowEvent
Performs the conversion.
impl From<XDestroyWindowEvent> for XEvent
[src]
fn from(other: XDestroyWindowEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XDestroyWindowEvent> for XEvent
[src]
fn from(other: &'a XDestroyWindowEvent) -> XEvent
Performs the conversion.
impl AsMut<XErrorEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XErrorEvent
Performs the conversion.
impl AsRef<XErrorEvent> for XEvent
[src]
fn as_ref(&self) -> &XErrorEvent
Performs the conversion.
impl From<XErrorEvent> for XEvent
[src]
fn from(other: XErrorEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XErrorEvent> for XEvent
[src]
fn from(other: &'a XErrorEvent) -> XEvent
Performs the conversion.
impl AsMut<XExposeEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XExposeEvent
Performs the conversion.
impl AsRef<XExposeEvent> for XEvent
[src]
fn as_ref(&self) -> &XExposeEvent
Performs the conversion.
impl From<XExposeEvent> for XEvent
[src]
fn from(other: XExposeEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XExposeEvent> for XEvent
[src]
fn from(other: &'a XExposeEvent) -> XEvent
Performs the conversion.
impl AsMut<XFocusChangeEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XFocusChangeEvent
Performs the conversion.
impl AsRef<XFocusChangeEvent> for XEvent
[src]
fn as_ref(&self) -> &XFocusChangeEvent
Performs the conversion.
impl From<XFocusChangeEvent> for XEvent
[src]
fn from(other: XFocusChangeEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XFocusChangeEvent> for XEvent
[src]
fn from(other: &'a XFocusChangeEvent) -> XEvent
Performs the conversion.
impl AsMut<XGenericEventCookie> for XEvent
[src]
fn as_mut(&mut self) -> &mut XGenericEventCookie
Performs the conversion.
impl AsRef<XGenericEventCookie> for XEvent
[src]
fn as_ref(&self) -> &XGenericEventCookie
Performs the conversion.
impl From<XGenericEventCookie> for XEvent
[src]
fn from(other: XGenericEventCookie) -> XEvent
Performs the conversion.
impl<'a> From<&'a XGenericEventCookie> for XEvent
[src]
fn from(other: &'a XGenericEventCookie) -> XEvent
Performs the conversion.
impl AsMut<XGraphicsExposeEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XGraphicsExposeEvent
Performs the conversion.
impl AsRef<XGraphicsExposeEvent> for XEvent
[src]
fn as_ref(&self) -> &XGraphicsExposeEvent
Performs the conversion.
impl From<XGraphicsExposeEvent> for XEvent
[src]
fn from(other: XGraphicsExposeEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XGraphicsExposeEvent> for XEvent
[src]
fn from(other: &'a XGraphicsExposeEvent) -> XEvent
Performs the conversion.
impl AsMut<XGravityEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XGravityEvent
Performs the conversion.
impl AsRef<XGravityEvent> for XEvent
[src]
fn as_ref(&self) -> &XGravityEvent
Performs the conversion.
impl From<XGravityEvent> for XEvent
[src]
fn from(other: XGravityEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XGravityEvent> for XEvent
[src]
fn from(other: &'a XGravityEvent) -> XEvent
Performs the conversion.
impl AsMut<XKeyEvent> for XEvent
[src]
impl AsRef<XKeyEvent> for XEvent
[src]
impl From<XKeyEvent> for XEvent
[src]
impl<'a> From<&'a XKeyEvent> for XEvent
[src]
impl AsMut<XKeymapEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XKeymapEvent
Performs the conversion.
impl AsRef<XKeymapEvent> for XEvent
[src]
fn as_ref(&self) -> &XKeymapEvent
Performs the conversion.
impl From<XKeymapEvent> for XEvent
[src]
fn from(other: XKeymapEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XKeymapEvent> for XEvent
[src]
fn from(other: &'a XKeymapEvent) -> XEvent
Performs the conversion.
impl AsMut<XMapEvent> for XEvent
[src]
impl AsRef<XMapEvent> for XEvent
[src]
impl From<XMapEvent> for XEvent
[src]
impl<'a> From<&'a XMapEvent> for XEvent
[src]
impl AsMut<XMappingEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XMappingEvent
Performs the conversion.
impl AsRef<XMappingEvent> for XEvent
[src]
fn as_ref(&self) -> &XMappingEvent
Performs the conversion.
impl From<XMappingEvent> for XEvent
[src]
fn from(other: XMappingEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XMappingEvent> for XEvent
[src]
fn from(other: &'a XMappingEvent) -> XEvent
Performs the conversion.
impl AsMut<XMapRequestEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XMapRequestEvent
Performs the conversion.
impl AsRef<XMapRequestEvent> for XEvent
[src]
fn as_ref(&self) -> &XMapRequestEvent
Performs the conversion.
impl From<XMapRequestEvent> for XEvent
[src]
fn from(other: XMapRequestEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XMapRequestEvent> for XEvent
[src]
fn from(other: &'a XMapRequestEvent) -> XEvent
Performs the conversion.
impl AsMut<XMotionEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XMotionEvent
Performs the conversion.
impl AsRef<XMotionEvent> for XEvent
[src]
fn as_ref(&self) -> &XMotionEvent
Performs the conversion.
impl From<XMotionEvent> for XEvent
[src]
fn from(other: XMotionEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XMotionEvent> for XEvent
[src]
fn from(other: &'a XMotionEvent) -> XEvent
Performs the conversion.
impl AsMut<XNoExposeEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XNoExposeEvent
Performs the conversion.
impl AsRef<XNoExposeEvent> for XEvent
[src]
fn as_ref(&self) -> &XNoExposeEvent
Performs the conversion.
impl From<XNoExposeEvent> for XEvent
[src]
fn from(other: XNoExposeEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XNoExposeEvent> for XEvent
[src]
fn from(other: &'a XNoExposeEvent) -> XEvent
Performs the conversion.
impl AsMut<XPropertyEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XPropertyEvent
Performs the conversion.
impl AsRef<XPropertyEvent> for XEvent
[src]
fn as_ref(&self) -> &XPropertyEvent
Performs the conversion.
impl From<XPropertyEvent> for XEvent
[src]
fn from(other: XPropertyEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XPropertyEvent> for XEvent
[src]
fn from(other: &'a XPropertyEvent) -> XEvent
Performs the conversion.
impl AsMut<XReparentEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XReparentEvent
Performs the conversion.
impl AsRef<XReparentEvent> for XEvent
[src]
fn as_ref(&self) -> &XReparentEvent
Performs the conversion.
impl From<XReparentEvent> for XEvent
[src]
fn from(other: XReparentEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XReparentEvent> for XEvent
[src]
fn from(other: &'a XReparentEvent) -> XEvent
Performs the conversion.
impl AsMut<XResizeRequestEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XResizeRequestEvent
Performs the conversion.
impl AsRef<XResizeRequestEvent> for XEvent
[src]
fn as_ref(&self) -> &XResizeRequestEvent
Performs the conversion.
impl From<XResizeRequestEvent> for XEvent
[src]
fn from(other: XResizeRequestEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XResizeRequestEvent> for XEvent
[src]
fn from(other: &'a XResizeRequestEvent) -> XEvent
Performs the conversion.
impl AsMut<XSelectionClearEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XSelectionClearEvent
Performs the conversion.
impl AsRef<XSelectionClearEvent> for XEvent
[src]
fn as_ref(&self) -> &XSelectionClearEvent
Performs the conversion.
impl From<XSelectionClearEvent> for XEvent
[src]
fn from(other: XSelectionClearEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XSelectionClearEvent> for XEvent
[src]
fn from(other: &'a XSelectionClearEvent) -> XEvent
Performs the conversion.
impl AsMut<XSelectionEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XSelectionEvent
Performs the conversion.
impl AsRef<XSelectionEvent> for XEvent
[src]
fn as_ref(&self) -> &XSelectionEvent
Performs the conversion.
impl From<XSelectionEvent> for XEvent
[src]
fn from(other: XSelectionEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XSelectionEvent> for XEvent
[src]
fn from(other: &'a XSelectionEvent) -> XEvent
Performs the conversion.
impl AsMut<XSelectionRequestEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XSelectionRequestEvent
Performs the conversion.
impl AsRef<XSelectionRequestEvent> for XEvent
[src]
fn as_ref(&self) -> &XSelectionRequestEvent
Performs the conversion.
impl From<XSelectionRequestEvent> for XEvent
[src]
fn from(other: XSelectionRequestEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XSelectionRequestEvent> for XEvent
[src]
fn from(other: &'a XSelectionRequestEvent) -> XEvent
Performs the conversion.
impl AsMut<XUnmapEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XUnmapEvent
Performs the conversion.
impl AsRef<XUnmapEvent> for XEvent
[src]
fn as_ref(&self) -> &XUnmapEvent
Performs the conversion.
impl From<XUnmapEvent> for XEvent
[src]
fn from(other: XUnmapEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XUnmapEvent> for XEvent
[src]
fn from(other: &'a XUnmapEvent) -> XEvent
Performs the conversion.
impl AsMut<XVisibilityEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XVisibilityEvent
Performs the conversion.
impl AsRef<XVisibilityEvent> for XEvent
[src]
fn as_ref(&self) -> &XVisibilityEvent
Performs the conversion.
impl From<XVisibilityEvent> for XEvent
[src]
fn from(other: XVisibilityEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XVisibilityEvent> for XEvent
[src]
fn from(other: &'a XVisibilityEvent) -> XEvent
Performs the conversion.
impl AsMut<XF86VidModeNotifyEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XF86VidModeNotifyEvent
Performs the conversion.
impl AsRef<XF86VidModeNotifyEvent> for XEvent
[src]
fn as_ref(&self) -> &XF86VidModeNotifyEvent
Performs the conversion.
impl From<XF86VidModeNotifyEvent> for XEvent
[src]
fn from(other: XF86VidModeNotifyEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XF86VidModeNotifyEvent> for XEvent
[src]
fn from(other: &'a XF86VidModeNotifyEvent) -> XEvent
Performs the conversion.
impl AsMut<XRRScreenChangeNotifyEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XRRScreenChangeNotifyEvent
Performs the conversion.
impl AsRef<XRRScreenChangeNotifyEvent> for XEvent
[src]
fn as_ref(&self) -> &XRRScreenChangeNotifyEvent
Performs the conversion.
impl From<XRRScreenChangeNotifyEvent> for XEvent
[src]
fn from(other: XRRScreenChangeNotifyEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XRRScreenChangeNotifyEvent> for XEvent
[src]
fn from(other: &'a XRRScreenChangeNotifyEvent) -> XEvent
Performs the conversion.
impl AsMut<XRRNotifyEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XRRNotifyEvent
Performs the conversion.
impl AsRef<XRRNotifyEvent> for XEvent
[src]
fn as_ref(&self) -> &XRRNotifyEvent
Performs the conversion.
impl From<XRRNotifyEvent> for XEvent
[src]
fn from(other: XRRNotifyEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XRRNotifyEvent> for XEvent
[src]
fn from(other: &'a XRRNotifyEvent) -> XEvent
Performs the conversion.
impl AsMut<XRROutputChangeNotifyEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XRROutputChangeNotifyEvent
Performs the conversion.
impl AsRef<XRROutputChangeNotifyEvent> for XEvent
[src]
fn as_ref(&self) -> &XRROutputChangeNotifyEvent
Performs the conversion.
impl From<XRROutputChangeNotifyEvent> for XEvent
[src]
fn from(other: XRROutputChangeNotifyEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XRROutputChangeNotifyEvent> for XEvent
[src]
fn from(other: &'a XRROutputChangeNotifyEvent) -> XEvent
Performs the conversion.
impl AsMut<XRRCrtcChangeNotifyEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XRRCrtcChangeNotifyEvent
Performs the conversion.
impl AsRef<XRRCrtcChangeNotifyEvent> for XEvent
[src]
fn as_ref(&self) -> &XRRCrtcChangeNotifyEvent
Performs the conversion.
impl From<XRRCrtcChangeNotifyEvent> for XEvent
[src]
fn from(other: XRRCrtcChangeNotifyEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XRRCrtcChangeNotifyEvent> for XEvent
[src]
fn from(other: &'a XRRCrtcChangeNotifyEvent) -> XEvent
Performs the conversion.
impl AsMut<XRROutputPropertyNotifyEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XRROutputPropertyNotifyEvent
Performs the conversion.
impl AsRef<XRROutputPropertyNotifyEvent> for XEvent
[src]
fn as_ref(&self) -> &XRROutputPropertyNotifyEvent
Performs the conversion.
impl From<XRROutputPropertyNotifyEvent> for XEvent
[src]
fn from(other: XRROutputPropertyNotifyEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XRROutputPropertyNotifyEvent> for XEvent
[src]
fn from(other: &'a XRROutputPropertyNotifyEvent) -> XEvent
Performs the conversion.
impl AsMut<XRRProviderChangeNotifyEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XRRProviderChangeNotifyEvent
Performs the conversion.
impl AsRef<XRRProviderChangeNotifyEvent> for XEvent
[src]
fn as_ref(&self) -> &XRRProviderChangeNotifyEvent
Performs the conversion.
impl From<XRRProviderChangeNotifyEvent> for XEvent
[src]
fn from(other: XRRProviderChangeNotifyEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XRRProviderChangeNotifyEvent> for XEvent
[src]
fn from(other: &'a XRRProviderChangeNotifyEvent) -> XEvent
Performs the conversion.
impl AsMut<XRRProviderPropertyNotifyEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XRRProviderPropertyNotifyEvent
Performs the conversion.
impl AsRef<XRRProviderPropertyNotifyEvent> for XEvent
[src]
fn as_ref(&self) -> &XRRProviderPropertyNotifyEvent
Performs the conversion.
impl From<XRRProviderPropertyNotifyEvent> for XEvent
[src]
fn from(other: XRRProviderPropertyNotifyEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XRRProviderPropertyNotifyEvent> for XEvent
[src]
fn from(other: &'a XRRProviderPropertyNotifyEvent) -> XEvent
Performs the conversion.
impl AsMut<XRRResourceChangeNotifyEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XRRResourceChangeNotifyEvent
Performs the conversion.
impl AsRef<XRRResourceChangeNotifyEvent> for XEvent
[src]
fn as_ref(&self) -> &XRRResourceChangeNotifyEvent
Performs the conversion.
impl From<XRRResourceChangeNotifyEvent> for XEvent
[src]
fn from(other: XRRResourceChangeNotifyEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XRRResourceChangeNotifyEvent> for XEvent
[src]
fn from(other: &'a XRRResourceChangeNotifyEvent) -> XEvent
Performs the conversion.
impl AsMut<XScreenSaverNotifyEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XScreenSaverNotifyEvent
Performs the conversion.
impl AsRef<XScreenSaverNotifyEvent> for XEvent
[src]
fn as_ref(&self) -> &XScreenSaverNotifyEvent
Performs the conversion.
impl From<XScreenSaverNotifyEvent> for XEvent
[src]
fn from(other: XScreenSaverNotifyEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XScreenSaverNotifyEvent> for XEvent
[src]
fn from(other: &'a XScreenSaverNotifyEvent) -> XEvent
Performs the conversion.