Type Alias rustix::process::RawGid

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

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