Type Alias rustix::process::RawPid

source ·
pub type RawPid = pid_t;
Available on crate feature process only.
Expand description

The raw integer value of a Unix process ID. A process identifier as a raw integer.