Enum smbioslib::TimerInterval [−][src]
pub enum TimerInterval {
Minutes(u16),
Unknown,
}Expand description
Variants
Minutes(u16)Number of minutes to use for the watchdog timer
If the timer is not reset within this interval, the system reset timeout begins.
Timer interval is unknown.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TimerIntervalimpl Send for TimerIntervalimpl Sync for TimerIntervalimpl Unpin for TimerIntervalimpl UnwindSafe for TimerInterval