Module rustix::process

source ·
Available on crate feature process only.
Expand description

Process-associated operations.

Structs§

Enums§

Constants§

Functions§

Type Aliases§

  • Raw file descriptor in another process.
  • The raw integer value of a Unix group ID. A group identifier as a raw integer.
  • The raw integer value of a Unix process ID. A process identifier as a raw integer.
  • The raw integer value of a Unix user ID. A user identifier as a raw integer.