pub enum BootOrder {
Cdrom,
Disk,
}Expand description
What the hypervisor boots first on its next START (a guest reboot does not re-read it — MEASURED 2026-09-14).
Variants§
Implementations§
Trait Implementations§
impl Copy for BootOrder
impl Eq for BootOrder
impl StructuralPartialEq for BootOrder
Auto Trait Implementations§
impl Freeze for BootOrder
impl RefUnwindSafe for BootOrder
impl Send for BootOrder
impl Sync for BootOrder
impl Unpin for BootOrder
impl UnsafeUnpin for BootOrder
impl UnwindSafe for BootOrder
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