Type Alias rustix::process::RawGid

source ·
pub type RawGid = __kernel_gid_t;
Expand description

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