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

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

: use libc from crates.io

Fields

actime
Unstable

: use libc from crates.io

modtime
Unstable

: use libc from crates.io

Trait Implementations

Derived Implementations

impl Clone for utimbuf

fn clone(&self) -> utimbuf

fn clone_from(&mut self, source: &Self)

impl Copy for utimbuf