Enum vm_topology::processor::x86::X2ApicState
source · pub enum X2ApicState {
Supported,
Unsupported,
Enabled,
}
Expand description
X2APIC configuration.
Variants§
Supported
Support the X2APIC, and automatically enable it if needed to address all processors.
Unsupported
Do not support the X2APIC.
Enabled
Support and enable the X2APIC.
Trait Implementations§
source§impl Clone for X2ApicState
impl Clone for X2ApicState
source§fn clone(&self) -> X2ApicState
fn clone(&self) -> X2ApicState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for X2ApicState
impl Debug for X2ApicState
source§impl PartialEq for X2ApicState
impl PartialEq for X2ApicState
impl Copy for X2ApicState
impl Eq for X2ApicState
impl StructuralPartialEq for X2ApicState
Auto Trait Implementations§
impl Freeze for X2ApicState
impl RefUnwindSafe for X2ApicState
impl Send for X2ApicState
impl Sync for X2ApicState
impl Unpin for X2ApicState
impl UnwindSafe for X2ApicState
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
)