Module rustix::ugid

source ·
Expand description

User and Group ID types.

Structs§

  • gid_t—A Unix group ID.
  • uid_t—A Unix user ID.

Functions§

Type Aliases§

  • A group identifier as a raw integer.
  • A user identifier as a raw integer.