Struct nix::libc::utimbuf[][src]

#[repr(C)]
pub struct utimbuf { pub actime: i64, pub modtime: i64, }

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