Type Alias rustix::process::RawUid

source ·
pub type RawUid = __kernel_uid_t;
Expand description

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