Enum smbioslib::BootOption
source · [−]pub enum BootOption {
Reserved,
OperatingSystem,
SystemUtilities,
DoNotReboot,
}
Expand description
Boot Option
Indicates one of the following actions to be taken
Variants
Reserved
Reserved, do not use.
OperatingSystem
Operating System
SystemUtilities
System utilities
DoNotReboot
Do not reboot
Trait Implementations
sourceimpl Debug for BootOption
impl Debug for BootOption
sourceimpl From<u8> for BootOption
impl From<u8> for BootOption
sourceimpl PartialEq<BootOption> for BootOption
impl PartialEq<BootOption> for BootOption
sourceimpl Serialize for BootOption
impl Serialize for BootOption
impl Eq for BootOption
impl StructuralEq for BootOption
impl StructuralPartialEq for BootOption
Auto Trait Implementations
impl RefUnwindSafe for BootOption
impl Send for BootOption
impl Sync for BootOption
impl Unpin for BootOption
impl UnwindSafe for BootOption
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more