Struct VpInfo
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§
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