Struct xcb::base::Reply
[−]
[src]
pub struct Reply<T> {
pub ptr: *mut T,
}Wraps a pointer to a xcb_*_reply_t
the pointer is freed when the Reply goes out of scope
Fields
ptr: *mut T