Module processor

Source
Expand description

Processor topology types.

Re-exports§

pub use x86 as arch;
pub use x86::X86Topology as TargetTopology;
pub use x86::X86VpInfo as TargetVpInfo;

Modules§

aarch64
ARM64-specific topology definitions.
x86
X86-specific topology definitions.

Structs§

ProcessorTopology
A description of the VM’s processor topology.
TopologyBuilder
A builder for ProcessorTopology.
VpIndex
The virtual processor index.
VpInfo
Per-processor topology information.
VpTopologyInfo
Topology information about a virtual processor.

Enums§

HostTopologyError
Error returned by TopologyBuilder::from_host_topology.
InvalidTopology
Error when building a ProcessorTopology.

Traits§

ArchTopology
Architecture-specific topology types.