Module sys/statx
sys/statx
Statx file status type.
Object wrapper around the C statx buffer, providing accessor methods for file metadata.
Types
Statx
struct
Statx
Fields
| Name | Type | Description |
|---|---|---|
_buf_ptr | *(u8) | |
_buf_size | usize |
impl(Statx, ...)
is_file : (Statx) fn(self : Statx) -> boolis_directory : (Statx) fn(self : Statx) -> boolis_symlink : (Statx) fn(self : Statx) -> boolsize : (Statx) fn(self : Statx) -> i64mode : (Statx) fn(self : Statx) -> u32uid : (Statx) fn(self : Statx) -> u32gid : (Statx) fn(self : Statx) -> u32ino : (Statx) fn(self : Statx) -> u64nlink : (Statx) fn(self : Statx) -> u64mtime_sec : (Statx) fn(self : Statx) -> i64mtime_nsec : (Statx) fn(self : Statx) -> u32atime_sec : (Statx) fn(self : Statx) -> i64atime_nsec : (Statx) fn(self : Statx) -> u32ctime_sec : (Statx) fn(self : Statx) -> i64ctime_nsec : (Statx) fn(self : Statx) -> u32