Struct nix::sys::ioctl::libc::utimbuf
[−]
[src]
pub struct utimbuf { pub actime: i64, pub modtime: i64, }
Fields
actime | |
modtime |
pub struct utimbuf { pub actime: i64, pub modtime: i64, }
actime | |
modtime |
impl Clone for utimbuf
fn clone(&self) -> utimbuf
fn clone_from(&mut self, source: &Self)
impl Copy for utimbuf