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.

Timeout

Number of minutes before the reboot is initiated

It is used after a system power cycle, system reset (local or remote), and automatic system reset.

Trait Implementations

Formats the value using the given formatter. Read more

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.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.