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