Enum vm_topology::processor::x86::ApicMode
source · pub enum ApicMode {
XApic,
X2ApicSupported,
X2ApicEnabled,
}
Expand description
The APIC mode for the virtual processors.
Variants§
XApic
xAPIC mode.
X2ApicSupported
x2APIC mode supported but disabled at boot.
X2ApicEnabled
x2APIC mode supported and enabled at boot.
Trait Implementations§
impl Copy for ApicMode
impl Eq for ApicMode
impl StructuralPartialEq for ApicMode
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)