Function x11rb::protocol::xproto::poly_point[][src]

pub fn poly_point<'c, 'input, Conn: ?Sized>(
    conn: &'c Conn,
    coordinate_mode: CoordMode,
    drawable: Drawable,
    gc: Gcontext,
    points: &'input [Point]
) -> Result<VoidCookie<'c, Conn>, ConnectionError> where
    Conn: RequestConnection + ?Sized