Type Alias ngx_http_postponed_request_t

Source
pub type ngx_http_postponed_request_t = ngx_http_postponed_request_s;

Aliased Type§

struct ngx_http_postponed_request_t {
    pub request: *mut ngx_http_request_s,
    pub out: *mut ngx_chain_s,
    pub next: *mut ngx_http_postponed_request_s,
}

Fields§

§request: *mut ngx_http_request_s§out: *mut ngx_chain_s§next: *mut ngx_http_postponed_request_s

Trait Implementations

Source§

impl Clone for ngx_http_postponed_request_s

Source§

fn clone(&self) -> ngx_http_postponed_request_s

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for ngx_http_postponed_request_s

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl Copy for ngx_http_postponed_request_s