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 TimerInterval
impl Send for TimerInterval
impl Sync for TimerInterval
impl Unpin for TimerInterval
impl UnwindSafe for TimerInterval