Struct vm_topology::processor::x86::X86Topology
source · pub struct X86Topology { /* private fields */ }
Expand description
X86-specific topology information.
Trait Implementations§
source§impl ArchTopology for X86Topology
impl ArchTopology for X86Topology
source§type ArchVpInfo = X86VpInfo
type ArchVpInfo = X86VpInfo
The architecture-specific VP info type.
source§type BuilderState = X86TopologyBuilderState
type BuilderState = X86TopologyBuilderState
The architecture-specific
TopologyBuilder
generic.source§fn vp_topology(
topology: &ProcessorTopology<Self>,
info: &Self::ArchVpInfo,
) -> VpTopologyInfo
fn vp_topology( topology: &ProcessorTopology<Self>, info: &Self::ArchVpInfo, ) -> VpTopologyInfo
Compute VP topology from a VP.
source§impl Clone for X86Topology
impl Clone for X86Topology
source§fn clone(&self) -> X86Topology
fn clone(&self) -> X86Topology
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 X86Topology
impl Debug for X86Topology
impl Copy for X86Topology
Auto Trait Implementations§
impl Freeze for X86Topology
impl RefUnwindSafe for X86Topology
impl Send for X86Topology
impl Sync for X86Topology
impl Unpin for X86Topology
impl UnwindSafe for X86Topology
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
)