Struct vm_topology::processor::aarch64::Aarch64Topology
source · #[non_exhaustive]pub struct Aarch64Topology { /* private fields */ }
Expand description
ARM64-specific topology information.
Trait Implementations§
source§impl ArchTopology for Aarch64Topology
impl ArchTopology for Aarch64Topology
source§type ArchVpInfo = Aarch64VpInfo
type ArchVpInfo = Aarch64VpInfo
The architecture-specific VP info type.
source§type BuilderState = Aarch64TopologyBuilderState
type BuilderState = Aarch64TopologyBuilderState
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 Aarch64Topology
impl Clone for Aarch64Topology
source§fn clone(&self) -> Aarch64Topology
fn clone(&self) -> Aarch64Topology
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 Aarch64Topology
impl Debug for Aarch64Topology
source§impl Inspect for Aarch64Topology
impl Inspect for Aarch64Topology
impl Copy for Aarch64Topology
Auto Trait Implementations§
impl Freeze for Aarch64Topology
impl RefUnwindSafe for Aarch64Topology
impl Send for Aarch64Topology
impl Sync for Aarch64Topology
impl Unpin for Aarch64Topology
impl UnwindSafe for Aarch64Topology
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
)