Type Alias ngx_http_upstream_init_pt

Source
pub type ngx_http_upstream_init_pt = Option<unsafe extern "C" fn(_: *mut ngx_conf_s, _: *mut ngx_http_upstream_srv_conf_s) -> isize>;

Aliased Type§

enum ngx_http_upstream_init_pt {
    None,
    Some(unsafe extern "C" fn(_: *mut ngx_conf_s, _: *mut ngx_http_upstream_srv_conf_s) -> isize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut ngx_conf_s, _: *mut ngx_http_upstream_srv_conf_s) -> isize)

Some value of type T.