pub enum NUMA {
NodeMem(NUMANodeMem),
NodeMemDev(NUMANodeMemDev),
Dist(NUMADist),
Cpu(NUMACPU),
HMATLB(NUMAHMATLb),
HMATCache(NUMAHMATCache),
}
Variants§
NodeMem(NUMANodeMem)
NodeMemDev(NUMANodeMemDev)
Dist(NUMADist)
Cpu(NUMACPU)
HMATLB(NUMAHMATLb)
HMATCache(NUMAHMATCache)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NUMA
impl RefUnwindSafe for NUMA
impl Send for NUMA
impl Sync for NUMA
impl Unpin for NUMA
impl UnwindSafe for NUMA
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