devela::_dep::rustix::process

Function getegid

pub fn getegid() -> Gid
Available on crate feature dep_rustix only.
Expand description

getegid()—Returns the process’ effective group ID.

§References