Struct libc::utimbuf
[−]
[src]
#[repr(C)]pub struct utimbuf { pub actime: time_t, pub modtime: time_t, }
Fields
actime: time_t
modtime: time_t