Expand description
File trait & inode(dir, file, pipe, stdin, stdout)
Modules
Structs
inode in memory
The flags argument to the open() system call is constructed by ORing together zero or more of the following values:
IPC pipe
The stat of a inode
The mode of a inode whether a directory or a file
stdin file for getting chars from console
stdout file for putting chars to console
Traits
trait File for all file types