Searched defs:TimeVal (Results 1 – 3 of 3) sorted by relevance
291 pub struct TimeVal(timeval); struct303 impl AsRef<timeval> for TimeVal { implementation309 impl AsMut<timeval> for TimeVal { implementation315 impl Ord for TimeVal { implementation327 impl PartialOrd for TimeVal { implementation333 impl TimeValLike for TimeVal { implementation335 fn seconds(seconds: i64) -> TimeVal { in seconds() method343 fn milliseconds(milliseconds: i64) -> TimeVal { in milliseconds() method352 fn microseconds(microseconds: i64) -> TimeVal { in microseconds() method364 fn nanoseconds(nanoseconds: i64) -> TimeVal { in nanoseconds() method[all …]
211 pub fn utimes<P: ?Sized + NixPath>(path: &P, atime: &TimeVal, mtime: &TimeVal) -> Result<()> { in utimes()236 pub fn lutimes<P: ?Sized + NixPath>(path: &P, atime: &TimeVal, mtime: &TimeVal) -> Result<()> { in lutimes()
187 T: Into<Option<&'a mut TimeVal>>, in select()