Enum smbioslib::TimerInterval
source · [−]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.
Unknown
Timer interval is unknown.
Trait Implementations
sourceimpl Debug for TimerInterval
impl Debug for TimerInterval
sourceimpl From<u16> for TimerInterval
impl From<u16> for TimerInterval
sourceimpl Serialize for TimerInterval
impl Serialize for TimerInterval
Auto Trait Implementations
impl RefUnwindSafe for TimerInterval
impl Send for TimerInterval
impl Sync for TimerInterval
impl Unpin for TimerInterval
impl UnwindSafe for TimerInterval
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more