Home
last modified time | relevance | path

Searched defs:TimerPart (Results 1 – 1 of 1) sorted by relevance

/DragonReach/src/unit/timer/
H A Dmod.rs239 pub fn timer_part(&self) -> &TimerPart { in timer_part()
243 pub fn mut_timer_part(&mut self) -> &mut TimerPart { in mut_timer_part()
284 pub struct TimerPart { struct
287 value: Vec<TimerVal>,
290 on_active_sec: Duration,
293 on_boot_sec: Duration,
296 on_start_up_sec: Duration,
299 on_unit_active_sec: Duration,
302 on_unit_inactive_sec: Duration,
305 on_calendar: CalendarStandard,
[all …]