Type Alias XcbGenericEvent

Source
pub type XcbGenericEvent = Event<xcb_generic_event_t>;
Expand description

A generic event type returned by the xcb library

Aliased Type§

pub struct XcbGenericEvent {
    pub ptr: *mut xcb_generic_event_t,
}

Fields§

§ptr: *mut xcb_generic_event_t