Struct vm_topology::processor::VpInfo
source · pub struct VpInfo {
pub vp_index: VpIndex,
pub vnode: u32,
}
Expand description
Per-processor topology information.
Fields§
§vp_index: VpIndex
The VP index of the processor.
vnode: u32
The virtual NUMA node of the processor.
Implementations§
Trait Implementations§
source§impl AsRef<VpInfo> for Aarch64VpInfo
impl AsRef<VpInfo> for Aarch64VpInfo
impl Copy for VpInfo
Auto Trait Implementations§
impl Freeze for VpInfo
impl RefUnwindSafe for VpInfo
impl Send for VpInfo
impl Sync for VpInfo
impl Unpin for VpInfo
impl UnwindSafe for VpInfo
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
)