Skip to main content

Module metadata

Module metadata 

Source
Expand description

File and filesystem metadata returned by a crate::Vfs.

Structs§

AttrFlags
Portable filesystem attribute flags.
FsMetadata
Capacity and allocation information for a filesystem.
Metadata
Metadata for one filesystem object.
MetadataPatch
Requested changes to a filesystem object’s metadata.
Mode
Portable Unix-style mode bits: permissions, the setuid/setgid/sticky bits, and the S_IFMT file-type nibble.
UnixFsMetadata
Unix-specific filesystem metadata.
UnixMetadata
Metadata specific to Unix targets.
WindowsFsMetadata
Windows-specific filesystem metadata.
WindowsMetadata
Windows-specific file metadata.

Enums§

FileType
The kind of filesystem object described by Metadata.