Type Alias ngx_http_v2_stream_t

Source
pub type ngx_http_v2_stream_t = ngx_http_v2_stream_s;

Aliased Type§

struct ngx_http_v2_stream_t {
Show 17 fields pub request: *mut ngx_http_request_s, pub connection: *mut ngx_http_v2_connection_s, pub node: *mut ngx_http_v2_node_s, pub queued: usize, pub send_window: isize, pub recv_window: usize, pub preread: *mut ngx_buf_s, pub frames: usize, pub free_frames: *mut ngx_http_v2_out_frame_s, pub free_frame_headers: *mut ngx_chain_s, pub free_bufs: *mut ngx_chain_s, pub queue: ngx_queue_s, pub cookies: *mut ngx_array_t, pub pool: *mut ngx_pool_s, pub _bitfield_align_1: [u8; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>, pub __bindgen_padding_0: [u8; 7],
}

Fields§

§request: *mut ngx_http_request_s§connection: *mut ngx_http_v2_connection_s§node: *mut ngx_http_v2_node_s§queued: usize§send_window: isize§recv_window: usize§preread: *mut ngx_buf_s§frames: usize§free_frames: *mut ngx_http_v2_out_frame_s§free_frame_headers: *mut ngx_chain_s§free_bufs: *mut ngx_chain_s§queue: ngx_queue_s§cookies: *mut ngx_array_t§pool: *mut ngx_pool_s§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§__bindgen_padding_0: [u8; 7]