Function x11rb::protocol::glx::get_lightiv

source ·
pub fn get_lightiv<Conn>(
    conn: &Conn,
    context_tag: ContextTag,
    light: u32,
    pname: u32
) -> Result<Cookie<'_, Conn, GetLightivReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,