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