Struct os_timer::Schedule [−][src]
pub struct Schedule<'a> { /* fields omitted */ }Expand description
Timer’s schedule
Implementations
Sets timeout interval to run periodically after initial has been fired
Note that if timeout is zero behavior depends on underlying OS API.
But most often than note it will fire immediately.