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§
Source§impl Debug for BootOption
impl Debug for BootOption
Source§impl From<u8> for BootOption
impl From<u8> for BootOption
Source§impl PartialEq for BootOption
impl PartialEq for BootOption
Source§impl Serialize for BootOption
impl Serialize for BootOption
impl Eq for BootOption
impl StructuralPartialEq for BootOption
Auto Trait Implementations§
impl Freeze for BootOption
impl RefUnwindSafe for BootOption
impl Send for BootOption
impl Sync for BootOption
impl Unpin for BootOption
impl UnwindSafe for BootOption
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