Skip to main content

GeneratedClock

Type Alias GeneratedClock 

Source
pub type GeneratedClock = PortableClock;
Expand description

Reexport of the portable engine clock type.

Aliased Type§

pub struct GeneratedClock {
    pub seconds: i32,
    pub micros: i32,
}

Fields§

§seconds: i32§micros: i32