pub enum ApicMode {
Xapic,
X2apicSupported,
X2apicEnabled,
}Expand description
The APIC mode for the VM.
Variants§
Xapic
xAPIC mode only.
X2apicSupported
x2APIC mode supported but not enabled at boot.
X2apicEnabled
x2APIC mode enabled at boot.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApicMode
impl RefUnwindSafe for ApicMode
impl Send for ApicMode
impl Sync for ApicMode
impl Unpin for ApicMode
impl UnwindSafe for ApicMode
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