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

Trait Implementations

impl<T> Drop for Reply<T>
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more