Searched defs:TimeVal (Results 1 – 4 of 4) sorted by relevance
453 pub struct TimeVal(timeval); struct465 impl AsRef<timeval> for TimeVal { implementation471 impl AsMut<timeval> for TimeVal { implementation477 impl Ord for TimeVal { implementation489 impl PartialOrd for TimeVal { implementation495 impl TimeValLike for TimeVal { implementation497 fn seconds(seconds: i64) -> TimeVal { in seconds() method512 fn milliseconds(milliseconds: i64) -> TimeVal { in milliseconds() method522 fn microseconds(microseconds: i64) -> TimeVal { in microseconds() method539 fn nanoseconds(nanoseconds: i64) -> TimeVal { in nanoseconds() method[all …]
362 atime: &TimeVal, in utimes()363 mtime: &TimeVal, in utimes()394 atime: &TimeVal, in lutimes()395 mtime: &TimeVal, in lutimes()
307 pub fn user_time(&self) -> TimeVal { in user_time()312 pub fn system_time(&self) -> TimeVal { in system_time()
188 T: Into<Option<&'a mut TimeVal>>, in select()