Type Definition sysinfo::Pid[][src]

pub type Pid = pid_t;
Expand description

Process id.

Trait Implementations

Allows to convert Pid into u32.