Type Definition GetImageReply
xcb::xproto
type GetImageReply = Reply<xcb_get_image_reply_t>;
impl GetImageReply
pub fn depth(&self) -> u8
pub fn visual(&self) -> Visualid
pub fn data(&self) -> &[u8]