Struct xcb::base::Event
[−]
[src]
pub struct Event<T> { pub ptr: *mut T, }
Event
wraps a pointer to xcb_*_event_t
this pointer will be freed when the Event
goes out of scope
Fields
ptr: *mut T