Enum smbioslib::BootOptionOnLimit [−][src]
pub enum BootOptionOnLimit {
Reserved,
OperatingSystem,
SystemUtilities,
DoNotReboot,
}Expand description
Boot Option on Limit
Identifies one of the following system actions to be taken when the Reset Limit is reached
Variants
Reserved, do not use.
Operating System
System utilities
Do not reboot
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BootOptionOnLimitimpl Send for BootOptionOnLimitimpl Sync for BootOptionOnLimitimpl Unpin for BootOptionOnLimitimpl UnwindSafe for BootOptionOnLimit