Struct libuv_sys::uv_fs_t [] [src]

#[repr(C)]
pub struct uv_fs_t { pub data: *mut c_void, pub type_: uv_req_type, pub fs_type: uv_fs_type, pub loop_: *mut uv_loop_t, pub result: ssize_t, pub ptr: *mut c_void, pub path: *const c_char, pub statbuf: uv_stat_t, // some fields omitted }

Fields