Searched refs:nanos (Results 1 – 1 of 1) sorted by relevance
212 nanos: self.inner - other.inner, in sub()224 nanos: i64, field229 pub const ZERO: Self = Self { nanos: 0 };239 nanos: micros.saturating_mul(NSEC_PER_USEC), in from_micros()251 nanos: millis.saturating_mul(NSEC_PER_MSEC), in from_millis()263 nanos: secs.saturating_mul(NSEC_PER_SEC), in from_secs()282 self.nanos in as_nanos()
Completed in 3 milliseconds