pub type ngx_udp_connection_t = ngx_udp_connection_s;Aliased Type§
#[repr(C)]pub struct ngx_udp_connection_t {
pub node: ngx_rbtree_node_s,
pub connection: *mut ngx_connection_s,
pub buffer: *mut ngx_buf_s,
pub key: ngx_str_t,
}Fields§
§node: ngx_rbtree_node_s§connection: *mut ngx_connection_s§buffer: *mut ngx_buf_s§key: ngx_str_t