Struct moho::timer::GameTime [] [src]

pub struct GameTime {
    pub total: Duration,
    pub since_update: Duration,
}

Fields

Methods

impl GameTime
[src]

Trait Implementations

impl Debug for GameTime
[src]

Formats the value using the given formatter.

impl Clone for GameTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more