Struct std::time::Instant

struct Instant { ... }

A specific point in time

This is typically a reading from a high-precision monotonic clock and not the wall-clock. It is useful for measuring durations between two points in time.

Example

Fields

Methods

impl Instant { ... }

Mixins

impl Instant { ... }