Struct libc::utimbuf [] [src]

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

Fields

actime
modtime

Trait Implementations

impl Copy for utimbuf

impl Clone for utimbuf

fn clone(&self) -> utimbuf

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