Function x11rb::protocol::glx::vendor_private_with_reply

source ·
pub fn vendor_private_with_reply<'c, 'input, Conn>(
    conn: &'c Conn,
    vendor_code: u32,
    context_tag: ContextTag,
    data: &'input [u8]
) -> Result<Cookie<'c, Conn, VendorPrivateWithReplyReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,