twizzler_rt_abi

Module fd

source
Expand description

Runtime interface for file descriptors.

Re-exports§

Structs§

  • Flags for file descriptors.
  • Information about an open file descriptor.

Enums§

Functions§

  • Close a file descriptor. If the fd is already closed, or invalid, this function has no effect.
  • Open a file descriptor by name, as a C-string.
  • Duplicate a file descriptor.
  • Get information about an open file descriptor. If the fd is invalid or closed, returns None.
  • Open a file descriptor by name, as a Rust-string.