Expand description
Runtime interface for file descriptors.
Re-exports§
pub use crate::bindings::descriptor as RawFd;
Structs§
- Flags for file descriptors.
- Information about an open file descriptor.
Enums§
- Possible Open error states.
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.