Type Definition sysinfo::Pid[][src]

pub type Pid = usize;
Expand description

Process id.

Trait Implementations

Allows to convert Pid into u32.