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 XEvent
impl From<XAnyEvent> for XEvent
impl From<XButtonEvent> for XEvent
fn from(e: XButtonEvent) -> XEvent
impl From<XCirculateEvent> for XEvent
fn from(e: XCirculateEvent) -> XEvent
impl From<XCirculateRequestEvent> for XEvent
fn from(e: XCirculateRequestEvent) -> XEvent
impl From<XClientMessageEvent> for XEvent
fn from(e: XClientMessageEvent) -> XEvent
impl From<XColormapEvent> for XEvent
fn from(e: XColormapEvent) -> XEvent
impl From<XConfigureEvent> for XEvent
fn from(e: XConfigureEvent) -> XEvent
impl From<XConfigureRequestEvent> for XEvent
fn from(e: XConfigureRequestEvent) -> XEvent
impl From<XCreateWindowEvent> for XEvent
fn from(e: XCreateWindowEvent) -> XEvent
impl From<XCrossingEvent> for XEvent
fn from(e: XCrossingEvent) -> XEvent
impl From<XDestroyWindowEvent> for XEvent
fn from(e: XDestroyWindowEvent) -> XEvent
impl From<XErrorEvent> for XEvent
fn from(e: XErrorEvent) -> XEvent
impl From<XExposeEvent> for XEvent
fn from(e: XExposeEvent) -> XEvent
impl From<XFocusChangeEvent> for XEvent
fn from(e: XFocusChangeEvent) -> XEvent
impl From<XGraphicsExposeEvent> for XEvent
fn from(e: XGraphicsExposeEvent) -> XEvent
impl From<XGravityEvent> for XEvent
fn from(e: XGravityEvent) -> XEvent
impl From<XKeyEvent> for XEvent
impl From<XKeymapEvent> for XEvent
fn from(e: XKeymapEvent) -> XEvent
impl From<XMapEvent> for XEvent
impl From<XMappingEvent> for XEvent
fn from(e: XMappingEvent) -> XEvent
impl From<XMotionEvent> for XEvent
fn from(e: XMotionEvent) -> XEvent
impl From<XNoExposeEvent> for XEvent
fn from(e: XNoExposeEvent) -> XEvent
impl From<XPropertyEvent> for XEvent
fn from(e: XPropertyEvent) -> XEvent
impl From<XReparentEvent> for XEvent
fn from(e: XReparentEvent) -> XEvent
impl From<XResizeRequestEvent> for XEvent
fn from(e: XResizeRequestEvent) -> XEvent
impl From<XSelectionClearEvent> for XEvent
fn from(e: XSelectionClearEvent) -> XEvent
impl From<XSelectionEvent> for XEvent
fn from(e: XSelectionEvent) -> XEvent
impl From<XSelectionRequestEvent> for XEvent
fn from(e: XSelectionRequestEvent) -> XEvent
impl From<XUnmapEvent> for XEvent
fn from(e: XUnmapEvent) -> XEvent
impl From<XVisibilityEvent> for XEvent
fn from(e: XVisibilityEvent) -> XEvent
impl PartialEq for XEvent
impl Copy for XEvent
impl Clone for XEvent
fn clone(&self) -> XEvent
fn 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
).