Struct euphrates::TimeInfo[][src]

pub struct TimeInfo {
    pub total_cycles: u64,
    pub cycles_start: u64,
    pub frequency: Option<u64>,
    pub start_time: Instant,
    pub hold_duration: Duration,
}

Fields

Trait Implementations

impl Copy for TimeInfo
[src]

impl Clone for TimeInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TimeInfo
[src]

Formats the value using the given formatter. Read more

impl Eq for TimeInfo
[src]

impl PartialEq for TimeInfo
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for TimeInfo

impl Sync for TimeInfo