Type Definition rustix::process::RawGid

source ·
pub type RawGid = gid_t;
Expand description

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