Expand description
file control options
Re-exports§
pub use self::FcntlArg::*;
fs
Structs§
- AtFlags
fs
orprocess
Flags that control how the various *at syscalls behave. - FdFlag
fs
Additional configuration flags forfcntl
’sF_SETFD
. - Flock
fs
Represents an owned flock, which unlocks on drop. - OFlag
fs
, orterm
, orfanotify
and LinuxConfiguration options for opened files.
Enums§
- FcntlArg
fs
Commands for use withfcntl
. - FlockArg
fs
Operations for use withFlock::lock
.
Traits§
- Represents valid types for flock.