Struct libc::utimbuf
[−]
[src]
#[repr(C)]pub struct utimbuf { pub actime: time_t, pub modtime: time_t, }
Fields
actime: time_t
modtime: time_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