Type Definition sysinfo::Pid

source ·
pub type Pid = pid_t;
Expand description

Process id.

Trait Implementations§

Allows to convert Pid into u32.