Expand description
File metadata types compatible with std::fs::Metadata.
Structsยง
- File
Type - Representation of file types. Equivalent to
std::fs::FileType. - Metadata
- File metadata returned by statx. Provides an interface compatible with
std::fs::Metadataandstd::os::unix::fs::MetadataExt. - Permissions
- Representation of file permissions. Equivalent to
std::fs::Permissions.