Struct hybrid_clocks::Wall [] [src]

pub struct Wall;

A clock source that returns wall-clock in nanoseconds.

Trait Implementations

impl Debug for Wall
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Wall
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Wall
[src]

impl PartialEq for Wall
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for Wall
[src]

impl PartialOrd for Wall
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

1.0.0
[src]

This method tests less than (for self and other) and is used by the < operator. Read more

1.0.0
[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

1.0.0
[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

1.0.0
[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for Wall
[src]

[src]

This method returns an Ordering between self and other. Read more

1.21.0
[src]

Compares and returns the maximum of two values. Read more

1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl ClockSource for Wall
[src]

Represents the described clock time.

The difference between two timestamps.

[src]

Returns the current clock time.

Auto Trait Implementations

impl Send for Wall

impl Sync for Wall