pub type ngx_file_info_t = stat;Aliased Type§
#[repr(C)]pub struct ngx_file_info_t {Show 15 fields
pub st_dev: u64,
pub st_ino: u64,
pub st_nlink: u64,
pub st_mode: u32,
pub st_uid: u32,
pub st_gid: u32,
pub __pad0: i32,
pub st_rdev: u64,
pub st_size: i64,
pub st_blksize: i64,
pub st_blocks: i64,
pub st_atim: timespec,
pub st_mtim: timespec,
pub st_ctim: timespec,
pub __glibc_reserved: [i64; 3],
}Fields§
§st_dev: u64§st_ino: u64§st_nlink: u64§st_mode: u32§st_uid: u32§st_gid: u32§__pad0: i32§st_rdev: u64§st_size: i64§st_blksize: i64§st_blocks: i64§st_atim: timespec§st_mtim: timespec§st_ctim: timespec§__glibc_reserved: [i64; 3]