Enum smbioslib::BootOption [−][src]
pub enum BootOption {
Reserved,
OperatingSystem,
SystemUtilities,
DoNotReboot,
}Expand description
Boot Option
Indicates one of the following actions to be taken
Variants
Reserved, do not use.
Operating System
System utilities
Do not reboot
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BootOptionimpl Send for BootOptionimpl Sync for BootOptionimpl Unpin for BootOptionimpl UnwindSafe for BootOption