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§
source§impl Debug for BootOptionOnLimit
impl Debug for BootOptionOnLimit
source§impl From<u8> for BootOptionOnLimit
impl From<u8> for BootOptionOnLimit
source§impl PartialEq<BootOptionOnLimit> for BootOptionOnLimit
impl PartialEq<BootOptionOnLimit> for BootOptionOnLimit
source§fn eq(&self, other: &BootOptionOnLimit) -> bool
fn eq(&self, other: &BootOptionOnLimit) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more