Type Definition read_process_memory::Pid

source · []
pub type Pid = pid_t;
Expand description

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