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