Type Alias rustix::process::RawGid

source ·
pub type RawGid = u32;
Available on crate feature process only.
Expand description

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