Type Definition Pid
sysinfo
type Pid = pid_t;
Process id.
impl AsU32 for Pid
fn as_u32(&self) -> u32
Allows to convert Pid into u32.
Pid
u32