Struct xcb::base::Cookie [] [src]

pub struct Cookie<'a, T: Copy> {
    pub cookie: T,
    pub conn: &'a Connection,
    pub checked: bool,
}

wraps a cookie as returned by a request function. Instantiations of Cookie that are not VoidCookie should provide a get_reply method to return a Reply

Fields