Struct std::os::linux::raw::stat [] [src]

pub struct stat {
    pub st_dev: dev_t,
    pub st_ino: ino_t,
    pub st_nlink: nlink_t,
    pub st_mode: mode_t,
    pub st_uid: uid_t,
    pub st_gid: gid_t,
    pub __pad0: c_int,
    pub st_rdev: dev_t,
    pub st_size: off_t,
    pub st_blksize: blksize_t,
    pub st_blocks: blkcnt_t,
    pub st_atime: time_t,
    pub st_atime_nsec: c_long,
    pub st_mtime: time_t,
    pub st_mtime_nsec: c_long,
    pub st_ctime: time_t,
    pub st_ctime_nsec: c_long,
    pub __unused: [c_long; 3],
}
Unstable

: recently added API

Fields

st_dev
Unstable

: recently added API

st_ino
Unstable

: recently added API

Unstable

: recently added API

st_mode
Unstable

: recently added API

st_uid
Unstable

: recently added API

st_gid
Unstable

: recently added API

__pad0
Unstable

: recently added API

st_rdev
Unstable

: recently added API

st_size
Unstable

: recently added API

st_blksize
Unstable

: recently added API

st_blocks
Unstable

: recently added API

st_atime
Unstable

: recently added API

st_atime_nsec
Unstable

: recently added API

st_mtime
Unstable

: recently added API

st_mtime_nsec
Unstable

: recently added API

st_ctime
Unstable

: recently added API

st_ctime_nsec
Unstable

: recently added API

__unused
Unstable

: recently added API