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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for utimbuf

impl Sync for utimbuf