Type Alias rustix::process::pidfd_getfd::ForeignRawFd

source ยท
pub type ForeignRawFd = RawFd;
Expand description

Raw file descriptor in another process.

A distinct type alias is used here to inform the user that normal file descriptors from the calling process should not be used. The provided file descriptor is used by the kernel as the index into the file descriptor table of an entirely different process.