Struct livesplit_core::AtomicDateTime [] [src]

pub struct AtomicDateTime {
    pub time: DateTime<UTC>,
    pub synced_with_atomic_clock: bool,
}

Fields

Methods

impl AtomicDateTime
[src]

Constructs a new AtomicDateTime.

impl AtomicDateTime
[src]

Trait Implementations

impl Copy for AtomicDateTime
[src]

impl Clone for AtomicDateTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AtomicDateTime
[src]

Formats the value using the given formatter.

impl Sub for AtomicDateTime
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<DateTime<UTC>> for AtomicDateTime
[src]

The resulting type after applying the - operator

The method for the - operator