devela::_dep::rustix::process

Function getgid

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

getgid()—Returns the process’ real group ID.

§References