Searched defs:Instant (Results 1 – 3 of 3) sorted by relevance
119 pub struct Instant { struct124 impl Instant { argument128 pub fn from_micros<T: Into<i64>>(micros: T) -> Instant { in from_micros()134 pub const fn from_micros_const(micros: i64) -> Instant { in from_micros_const()139 pub fn from_millis<T: Into<i64>>(millis: T) -> Instant { in from_millis()146 pub const fn from_millis_const(millis: i64) -> Instant { in from_millis_const()153 pub fn from_secs<T: Into<i64>>(secs: T) -> Instant { in from_secs()194 impl fmt::Display for Instant { implementation200 impl ops::Add<Duration> for Instant { implementation203 fn add(self, rhs: Duration) -> Instant { in add()[all …]
131 _timestamp: smoltcp::time::Instant, in receive()
178 _timestamp: smoltcp::time::Instant, in receive()