Type Definition sysinfo::Pid[][src]

type Pid = pid_t;
Expand description

Process id.

Trait Implementations

Allows to convert Pid into u32.