Type Alias rustix::process::RawNonZeroPid

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

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

Aliased Type§

struct RawNonZeroPid(/* private fields */);