Structs§
- Const
File - A file whose contents are fixed even if writes occur.
- Dynamic
File DynamicFileimplementsFileOpsfor files whose contents are generated by the kernel dynamically either from a sequence (seeSequenceFileSource) or as a single blob of data (seeDynamicFileSource). The file may be updated dynamically as it’s normally expected for files in/proc, e.g. when seeking back from the current position.- Dynamic
File Buf