Type Definition rustix::process::RawNonZeroPid

source · []
pub type RawNonZeroPid = NonZeroU32;
Available on crate feature process only.
Expand description

A non-zero process identifier as a raw non-zero integer.