Struct libc::utimbuf [] [src]

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

Fields

Trait Implementations

impl Copy for utimbuf
[src]

impl Clone for utimbuf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more