Enum timer_heap::TimerType [] [src]

pub enum TimerType {
    Oneshot,
    Recurring,
}

The type of timer

Oneshot will only expire once Recurring will cause the timer to be reinserted in the heap when it expires

Variants

Trait Implementations

impl Debug for TimerType
[src]

[src]

Formats the value using the given formatter.

impl Clone for TimerType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more