Struct monotonic_clock::TimeStats [−][src]
pub struct TimeStats { /* fields omitted */ }
Implementations
impl TimeStats
[src]
impl TimeStats
[src]pub fn game_time(&self) -> FloatDuration
[src]
pub fn wall_time(&self) -> FloatDuration
[src]
pub fn game_time_delta(&self) -> FloatDuration
[src]
pub fn wall_time_delta(&self) -> FloatDuration
[src]
pub fn frame_number(&self) -> u64
[src]
pub fn instantaneous_frame_rate(&self) -> f64
[src]
pub fn instant_at_frame_start(&self) -> Instant
[src]
Trait Implementations
impl PartialOrd<TimeStats> for TimeStats
[src]
impl PartialOrd<TimeStats> for TimeStats
[src]fn partial_cmp(&self, other: &TimeStats) -> Option<Ordering>
[src][−]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool