Struct libc::utimbuf [] [src]

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

Fields

actime: time64_t modtime: time64_t

Trait Implementations

impl Copy for utimbuf
[src]

impl Clone for utimbuf
[src]

fn clone(&self) -> utimbuf

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more