Struct julia_sys::uv_fs_s [] [src]

#[repr(C)]
pub struct uv_fs_s { pub data: *mut c_void, pub type_: uv_req_type, pub active_queue: [*mut c_void; 2], pub reserved: [*mut c_void; 4], pub fs_type: uv_fs_type, pub loop_: *mut uv_loop_t, pub cb: uv_fs_cb, pub result: isize, pub ptr: *mut c_void, pub path: *const c_char, pub statbuf: uv_stat_t, pub new_path: *const c_char, pub file: uv_file, pub flags: c_int, pub mode: mode_t, pub nbufs: c_uint, pub bufs: *mut uv_buf_t, pub off: off_t, pub uid: uv_uid_t, pub gid: uv_gid_t, pub atime: f64, pub mtime: f64, pub work_req: uv__work, pub bufsml: [uv_buf_t; 4], }

Fields

Trait Implementations

impl Debug for uv_fs_s
[src]

[src]

Formats the value using the given formatter.

impl Copy for uv_fs_s
[src]

impl Clone for uv_fs_s
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more