Struct moho::timer::GameTime
[−]
[src]
pub struct GameTime {
pub total: Duration,
pub since_update: Duration,
}Fields
total: Duration
since_update: Duration
Methods
impl GameTime[src]
Trait Implementations
impl Debug for GameTime[src]
impl Clone for GameTime[src]
fn clone(&self) -> GameTime
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more