Struct dipstick::core::TimeHandle [] [src]

pub struct TimeHandle(_);

A handle to the start time of a counter. Wrapped so it may be changed safely later.

Methods

impl TimeHandle
[src]

[src]

Get a handle on current time. Used by the TimerMetric start_time() method.

[src]

Get the elapsed time in microseconds since TimeHandle was obtained.

[src]

Get the elapsed time in microseconds since TimeHandle was obtained.

Trait Implementations

impl Debug for TimeHandle
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for TimeHandle
[src]

impl Clone for TimeHandle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TimeHandle

impl Sync for TimeHandle