Type Definition read_process_memory::Pid

source ·
pub type Pid = pid_t;
Expand description

A process ID. On Linux a Pid is just a libc::pid_t.