Type Alias ngx_buf_t

Source
pub type ngx_buf_t = ngx_buf_s;

Aliased Type§

struct ngx_buf_t {
    pub pos: *mut u8,
    pub last: *mut u8,
    pub file_pos: i64,
    pub file_last: i64,
    pub start: *mut u8,
    pub end: *mut u8,
    pub tag: *mut c_void,
    pub file: *mut ngx_file_s,
    pub shadow: *mut ngx_buf_s,
    pub _bitfield_align_1: [u8; 0],
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2]>,
    pub num: i32,
}

Fields§

§pos: *mut u8§last: *mut u8§file_pos: i64§file_last: i64§start: *mut u8§end: *mut u8§tag: *mut c_void§file: *mut ngx_file_s§shadow: *mut ngx_buf_s§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 2]>§num: i32