Enum smbioslib::BootOption [−][src]
pub enum BootOption {
Reserved,
OperatingSystem,
SystemUtilities,
DoNotReboot,
}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
impl Debug for BootOption[src]
impl Debug for BootOption[src]impl PartialEq<BootOption> for BootOption[src]
impl PartialEq<BootOption> for BootOption[src]impl Serialize for BootOption[src]
impl Serialize for BootOption[src]