Type Alias rustix::process::RawUid

source ·
pub type RawUid = uid_t;
Available on crate feature process only.
Expand description

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