Function x11rb::protocol::xproto::poly_text16

source ·
pub fn poly_text16<'c, 'input, Conn>(
    conn: &'c Conn,
    drawable: Drawable,
    gc: Gcontext,
    x: i16,
    y: i16,
    items: &'input [u8]
) -> Result<VoidCookie<'c, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,