Struct libc::types::os::arch::posix01::utimbuf[src]

pub struct utimbuf {
    pub actime: time_t,
    pub modtime: time_t,
}

Fields

actime
modtime