Struct x11::xlib::XEvent
[−]
[src]
pub struct XEvent {
pub pad: [c_long; 24],
}Fields
pad |
pub struct XEvent {
pub pad: [c_long; 24],
}pad |
impl XEventimpl From<XAnyEvent> for XEventimpl From<XButtonEvent> for XEventfn from(e: XButtonEvent) -> XEventimpl From<XCirculateEvent> for XEventfn from(e: XCirculateEvent) -> XEventimpl From<XCirculateRequestEvent> for XEventfn from(e: XCirculateRequestEvent) -> XEventimpl From<XClientMessageEvent> for XEventfn from(e: XClientMessageEvent) -> XEventimpl From<XColormapEvent> for XEventfn from(e: XColormapEvent) -> XEventimpl From<XConfigureEvent> for XEventfn from(e: XConfigureEvent) -> XEventimpl From<XConfigureRequestEvent> for XEventfn from(e: XConfigureRequestEvent) -> XEventimpl From<XCreateWindowEvent> for XEventfn from(e: XCreateWindowEvent) -> XEventimpl From<XCrossingEvent> for XEventfn from(e: XCrossingEvent) -> XEventimpl From<XDestroyWindowEvent> for XEventfn from(e: XDestroyWindowEvent) -> XEventimpl From<XErrorEvent> for XEventfn from(e: XErrorEvent) -> XEventimpl From<XExposeEvent> for XEventfn from(e: XExposeEvent) -> XEventimpl From<XFocusChangeEvent> for XEventfn from(e: XFocusChangeEvent) -> XEventimpl From<XGraphicsExposeEvent> for XEventfn from(e: XGraphicsExposeEvent) -> XEventimpl From<XGravityEvent> for XEventfn from(e: XGravityEvent) -> XEventimpl From<XKeyEvent> for XEventimpl From<XKeymapEvent> for XEventfn from(e: XKeymapEvent) -> XEventimpl From<XMapEvent> for XEventimpl From<XMappingEvent> for XEventfn from(e: XMappingEvent) -> XEventimpl From<XMotionEvent> for XEventfn from(e: XMotionEvent) -> XEventimpl From<XNoExposeEvent> for XEventfn from(e: XNoExposeEvent) -> XEventimpl From<XPropertyEvent> for XEventfn from(e: XPropertyEvent) -> XEventimpl From<XReparentEvent> for XEventfn from(e: XReparentEvent) -> XEventimpl From<XResizeRequestEvent> for XEventfn from(e: XResizeRequestEvent) -> XEventimpl From<XSelectionClearEvent> for XEventfn from(e: XSelectionClearEvent) -> XEventimpl From<XSelectionEvent> for XEventfn from(e: XSelectionEvent) -> XEventimpl From<XSelectionRequestEvent> for XEventfn from(e: XSelectionRequestEvent) -> XEventimpl From<XUnmapEvent> for XEventfn from(e: XUnmapEvent) -> XEventimpl From<XVisibilityEvent> for XEventfn from(e: XVisibilityEvent) -> XEventimpl PartialEq for XEventimpl Copy for XEventimpl Clone for XEventfn clone(&self) -> XEventfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).