Type Alias ngx_event_aio_t

Source
pub type ngx_event_aio_t = ngx_event_aio_s;

Aliased Type§

struct ngx_event_aio_t {
    pub data: *mut c_void,
    pub handler: Option<unsafe extern "C" fn(_: *mut ngx_event_s)>,
    pub file: *mut ngx_file_s,
    pub fd: i32,
    pub res: i64,
    pub aiocb: iocb,
    pub event: ngx_event_s,
}

Fields§

§data: *mut c_void§handler: Option<unsafe extern "C" fn(_: *mut ngx_event_s)>§file: *mut ngx_file_s§fd: i32§res: i64§aiocb: iocb§event: ngx_event_s