pub struct FileEntry {
pub file: Arc<File>,
pub cloexec: bool,
}Expand description
File descriptor entry with flags
Fields§
§file: Arc<File>The file itself
cloexec: boolClose-on-exec flag
pub struct FileEntry {
pub file: Arc<File>,
pub cloexec: bool,
}File descriptor entry with flags
file: Arc<File>The file itself
cloexec: boolClose-on-exec flag