Function x11rb::protocol::xv::shm_put_image

source ·
pub fn shm_put_image<Conn>(
    conn: &Conn,
    port: Port,
    drawable: Drawable,
    gc: Gcontext,
    shmseg: Seg,
    id: u32,
    offset: 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,
    send_event: u8
) -> Result<VoidCookie<'_, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,