Type Alias ngx_chain_t

Source
pub type ngx_chain_t = ngx_chain_s;

Aliased Type§

struct ngx_chain_t {
    pub buf: *mut ngx_buf_s,
    pub next: *mut ngx_chain_s,
}

Fields§

§buf: *mut ngx_buf_s§next: *mut ngx_chain_s