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
pub type ngx_chain_t = ngx_chain_s;
struct ngx_chain_t {
pub buf: *mut ngx_buf_s,
pub next: *mut ngx_chain_s,
}
buf: *mut ngx_buf_s
§next: *mut ngx_chain_s