Home
last modified time | relevance | path

Searched defs:Instant (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.9/kernel/src/time/
Dmod.rs119 pub struct Instant { struct
124 impl Instant { impl
128 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 { implementation
200 impl ops::Add<Duration> for Instant { implementation
203 fn add(self, rhs: Duration) -> Instant { in add()
[all …]
/DragonOS-0.1.9/kernel/src/driver/net/e1000e/
De1000e_driver.rs131 _timestamp: smoltcp::time::Instant, in receive()
/DragonOS-0.1.9/kernel/src/driver/net/
Dvirtio_net.rs178 _timestamp: smoltcp::time::Instant, in receive()