Function x11rb::protocol::xproto::get_image

source ·
pub fn get_image<Conn>(
    conn: &Conn,
    format: ImageFormat,
    drawable: Drawable,
    x: i16,
    y: i16,
    width: u16,
    height: u16,
    plane_mask: u32
) -> Result<Cookie<'_, Conn, GetImageReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,