Struct libc::utimbuf[][src]

#[repr(C)]
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

Auto Trait Implementations

impl Send for utimbuf

impl Sync for utimbuf