Struct smbioslib::SMBiosSystemReset [−][src]
pub struct SMBiosSystemReset<'a> { /* fields omitted */ }
Expand description
System Reset (Type 23)
This structure describes whether Automatic System Reset functions are enabled (Status).
If the system has a watchdog timer and the timer is not reset (Timer Reset) before the Interval elapses, an automatic system reset occurs. The system re-boots according to the Boot Option. This function may repeat until the Limit is reached, at which time the system re-boots according to the Boot Option at Limit.
NOTE This structure type was added for version 2.2 of this specification.
Compliant with: DMTF SMBIOS Reference Specification 3.4.0 (DSP0134) Document Date: 2020-07-17
Implementations
Capabilities bit-field
Identifies the system-reset capabilities for the system
Reset count
Number of automatic system resets since the last intentional reset
Reset limit
Number of consecutive times the system reset is attempted
Timer interval
Number of minutes to use for the watchdog timer
If the timer is not reset within this interval, the system reset timeout begins.
Trait Implementations
The SMBIOS structure type Read more
Creates a new instance of the implementing SMBIOS type
Contains the standard parts/sections of the implementing SMBIOS type.
Auto Trait Implementations
impl<'a> RefUnwindSafe for SMBiosSystemReset<'a>
impl<'a> Send for SMBiosSystemReset<'a>
impl<'a> Sync for SMBiosSystemReset<'a>
impl<'a> Unpin for SMBiosSystemReset<'a>
impl<'a> UnwindSafe for SMBiosSystemReset<'a>