struct_stat

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. struct struct_stat
  2. struct struct_stat
    version(!CRuntime_DigitalMars && CRuntime_Microsoft)
    extern (C) nothrow @nogc @system
    struct struct_stat {}

Members

Variables

st_atime
time_t st_atime;
Undocumented in source.
st_ctime
time_t st_ctime;
Undocumented in source.
st_dev
uint st_dev;
Undocumented in source.
st_gid
short st_gid;
Undocumented in source.
st_ino
ushort st_ino;
Undocumented in source.
st_mode
ushort st_mode;
Undocumented in source.
st_mtime
time_t st_mtime;
Undocumented in source.
st_nlink
short st_nlink;
Undocumented in source.
st_rdev
uint st_rdev;
Undocumented in source.
st_size
int st_size;
Undocumented in source.
st_uid
short st_uid;
Undocumented in source.

Meta