#[repr(C)]pub struct stat {Show 15 fields
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_atim: timespec,
pub st_mtim: timespec,
pub st_ctim: timespec,
pub __glibc_reserved: [__syscall_slong_t; 3],
}Expand description
Generated by rb-sys for Ruby 3.0.0
Fields§
§st_dev: __dev_tGenerated by rb-sys for Ruby 3.0.0
st_ino: __ino_tGenerated by rb-sys for Ruby 3.0.0
st_nlink: __nlink_tGenerated by rb-sys for Ruby 3.0.0
st_mode: __mode_tGenerated by rb-sys for Ruby 3.0.0
st_uid: __uid_tGenerated by rb-sys for Ruby 3.0.0
st_gid: __gid_tGenerated by rb-sys for Ruby 3.0.0
__pad0: c_intGenerated by rb-sys for Ruby 3.0.0
st_rdev: __dev_tGenerated by rb-sys for Ruby 3.0.0
st_size: __off_tGenerated by rb-sys for Ruby 3.0.0
st_blksize: __blksize_tGenerated by rb-sys for Ruby 3.0.0
st_blocks: __blkcnt_tGenerated by rb-sys for Ruby 3.0.0
st_atim: timespecGenerated by rb-sys for Ruby 3.0.0
st_mtim: timespecGenerated by rb-sys for Ruby 3.0.0
st_ctim: timespecGenerated by rb-sys for Ruby 3.0.0
__glibc_reserved: [__syscall_slong_t; 3]Generated by rb-sys for Ruby 3.0.0