Type Alias rustix::process::RawPid

source ·
pub type RawPid = __kernel_pid_t;
Expand description

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