Struct julia_sys::uv_process_options_s [] [src]

#[repr(C)]
pub struct uv_process_options_s { pub exit_cb: uv_exit_cb, pub file: *const c_char, pub args: *mut *mut c_char, pub env: *mut *mut c_char, pub cwd: *const c_char, pub flags: c_uint, pub stdio_count: c_int, pub stdio: *mut uv_stdio_container_t, pub uid: uv_uid_t, pub gid: uv_gid_t, }

Fields

Trait Implementations

impl Debug for uv_process_options_s
[src]

[src]

Formats the value using the given formatter.

impl Copy for uv_process_options_s
[src]

impl Clone for uv_process_options_s
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more