Type Definition read_process_memory::Pid [] [src]

type Pid = pid_t;

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