Struct std::fs::FileAttr
Re-export from std::fs::unix::FileAttr
File attributes (stat
)
Fields
-
#[cfg] inner: stat_t
-
#[cfg] inner: stat64_t
Methods
impl FileAttr { ... }
-
Returns file attributes for a path.
-
Returns file type.
-
Returns the size of the file, in bytes.