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 for BootOptionOnLimit
impl PartialEq for BootOptionOnLimit
Source§impl Serialize for BootOptionOnLimit
impl Serialize for BootOptionOnLimit
impl Eq for BootOptionOnLimit
impl StructuralPartialEq for BootOptionOnLimit
Auto Trait Implementations§
impl Freeze for BootOptionOnLimit
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