Expand description
Structs§
- Borrowed
Fd - A borrowed file descriptor.
- DirEntry
- Information about an entry in a directory.
- Errno
- libc’s
errno. - Missing
Null Byte - The input to
Pathis missing a null byte. - Owned
Dir - An owned directory stream.
- OwnedFd
- An owned file descriptor.
- Path
- A borrowed file path.
- PathBuf
- An owned
Path.
Constants§
Traits§
Functions§
- dup
- See
dup(2). - fallocate
- See
fallocate(2). - fdopendir
- See
fdopendir(3p). - flock
- See
flock(2). - fsync
- See
fsync(2). - open
- See
open(2). - openat
- See
open(2). - pread
- See
read(2). - pwrite
- See
write(2). - readdir
- See
readdir(3p). - rewinddir
- See
rewinddir(3p). - unlinkat
- See
unlinkat(2).