Type Definition read_process_memory::Pid[][src]

pub type Pid = pid_t;
Expand description

On Linux a Pid is just a libc::pid_t.