Type Alias ngx_file_t
Source pub type ngx_file_t = ngx_file_s;
struct ngx_file_t {Show 13 fields
pub fd: i32,
pub name: ngx_str_t,
pub info: stat,
pub offset: i64,
pub sys_offset: i64,
pub log: *mut ngx_log_s,
pub thread_handler: Option<unsafe extern "C" fn(_: *mut ngx_thread_task_s, _: *mut ngx_file_s) -> isize>,
pub thread_ctx: *mut c_void,
pub thread_task: *mut ngx_thread_task_s,
pub aio: *mut ngx_event_aio_s,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 7],
}
§thread_handler: Option<unsafe extern "C" fn(_: *mut ngx_thread_task_s, _: *mut ngx_file_s) -> isize>