Module vm_topology::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§
- ARM64-specific topology definitions.
- X86-specific topology definitions.
Structs§
- A description of the VM’s processor topology.
- A builder for
ProcessorTopology
. - The virtual processor index.
- Per-processor topology information.
- Topology information about a virtual processor.
Enums§
- Error returned by
TopologyBuilder::from_host_topology
. - Error when building a
ProcessorTopology
.
Traits§
- Architecture-specific topology types.