pub type ngx_chain_t = ngx_chain_s;Aliased Type§
#[repr(C)]pub 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_spub type ngx_chain_t = ngx_chain_s;#[repr(C)]pub 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