Function x11rb::protocol::xv::put_image

source ·
pub fn put_image<'c, 'input, Conn>(
    conn: &'c Conn,
    port: Port,
    drawable: Drawable,
    gc: Gcontext,
    id: u32,
    src_x: i16,
    src_y: i16,
    src_w: u16,
    src_h: u16,
    drw_x: i16,
    drw_y: i16,
    drw_w: u16,
    drw_h: u16,
    width: u16,
    height: u16,
    data: &'input [u8]
) -> Result<VoidCookie<'c, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,