Enum smbioslib::BootOptionOnLimit
source · [−]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
Reserved, do not use.
OperatingSystem
Operating System
SystemUtilities
System utilities
DoNotReboot
Do not reboot
Trait Implementations
sourceimpl Debug for BootOptionOnLimit
impl Debug for BootOptionOnLimit
sourceimpl From<u8> for BootOptionOnLimit
impl From<u8> for BootOptionOnLimit
sourceimpl Serialize for BootOptionOnLimit
impl Serialize for BootOptionOnLimit
impl Eq for BootOptionOnLimit
impl StructuralEq for BootOptionOnLimit
impl StructuralPartialEq for BootOptionOnLimit
Auto Trait Implementations
impl RefUnwindSafe for BootOptionOnLimit
impl Send for BootOptionOnLimit
impl Sync for BootOptionOnLimit
impl Unpin for BootOptionOnLimit
impl UnwindSafe for BootOptionOnLimit
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