Struct r_core::r_run_profile_t[][src]

#[repr(C)]
pub struct r_run_profile_t {
Show 39 fields pub _args: [*mut c_char; 512], pub _argc: c_int, pub _daemon: bool, pub _system: *mut c_char, pub _program: *mut c_char, pub _runlib: *mut c_char, pub _runlib_fcn: *mut c_char, pub _stdio: *mut c_char, pub _stdin: *mut c_char, pub _stdout: *mut c_char, pub _stderr: *mut c_char, pub _chgdir: *mut c_char, pub _chroot: *mut c_char, pub _libpath: *mut c_char, pub _preload: *mut c_char, pub _bits: c_int, pub _pid: c_int, pub _pidfile: *mut c_char, pub _r2preload: c_int, pub _docore: c_int, pub _dofork: c_int, pub _dodebug: c_int, pub _aslr: c_int, pub _maxstack: c_int, pub _maxproc: c_int, pub _maxfd: c_int, pub _r2sleep: c_int, pub _execve: c_int, pub _setuid: *mut c_char, pub _seteuid: *mut c_char, pub _setgid: *mut c_char, pub _setegid: *mut c_char, pub _input: *mut c_char, pub _connect: *mut c_char, pub _listen: *mut c_char, pub _pty: c_int, pub _timeout: c_int, pub _timeout_sig: c_int, pub _nice: c_int,
}

Fields

_args: [*mut c_char; 512]_argc: c_int_daemon: bool_system: *mut c_char_program: *mut c_char_runlib: *mut c_char_runlib_fcn: *mut c_char_stdio: *mut c_char_stdin: *mut c_char_stdout: *mut c_char_stderr: *mut c_char_chgdir: *mut c_char_chroot: *mut c_char_libpath: *mut c_char_preload: *mut c_char_bits: c_int_pid: c_int_pidfile: *mut c_char_r2preload: c_int_docore: c_int_dofork: c_int_dodebug: c_int_aslr: c_int_maxstack: c_int_maxproc: c_int_maxfd: c_int_r2sleep: c_int_execve: c_int_setuid: *mut c_char_seteuid: *mut c_char_setgid: *mut c_char_setegid: *mut c_char_input: *mut c_char_connect: *mut c_char_listen: *mut c_char_pty: c_int_timeout: c_int_timeout_sig: c_int_nice: c_int

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.