[][src]Trait breadx::auto::Event

pub trait Event: AsByteSequence {
    pub const OPCODE: u8;
}

An event.

Associated Constants

pub const OPCODE: u8[src]

Loading content...

Implementors

impl Event for ButtonPressEvent[src]

impl Event for ButtonReleaseEvent[src]

impl Event for CirculateNotifyEvent[src]

impl Event for CirculateRequestEvent[src]

impl Event for ClientMessageEvent[src]

impl Event for ColormapNotifyEvent[src]

impl Event for ConfigureNotifyEvent[src]

impl Event for ConfigureRequestEvent[src]

impl Event for CreateNotifyEvent[src]

impl Event for DestroyNotifyEvent[src]

impl Event for EnterNotifyEvent[src]

impl Event for ExposeEvent[src]

impl Event for FocusInEvent[src]

impl Event for FocusOutEvent[src]

impl Event for GeGenericEvent[src]

impl Event for GraphicsExposureEvent[src]

impl Event for GravityNotifyEvent[src]

impl Event for KeyPressEvent[src]

impl Event for KeyReleaseEvent[src]

impl Event for KeymapNotifyEvent[src]

impl Event for LeaveNotifyEvent[src]

impl Event for MapNotifyEvent[src]

impl Event for MapRequestEvent[src]

impl Event for MappingNotifyEvent[src]

impl Event for MotionNotifyEvent[src]

impl Event for NoExposureEvent[src]

impl Event for PropertyNotifyEvent[src]

impl Event for ReparentNotifyEvent[src]

impl Event for ResizeRequestEvent[src]

impl Event for SelectionClearEvent[src]

impl Event for SelectionNotifyEvent[src]

impl Event for SelectionRequestEvent[src]

impl Event for UnmapNotifyEvent[src]

impl Event for VisibilityNotifyEvent[src]

Loading content...