pub struct NodeMask { /* private fields */ }Expand description
A set of NUMA node IDs.
NodeMask represents a collection of NUMA nodes, used for memory policies like Bind and Interleave.
Implementations§
Trait Implementations§
Source§impl FromIterator<NodeId> for NodeMask
impl FromIterator<NodeId> for NodeMask
impl Eq for NodeMask
impl StructuralPartialEq for NodeMask
Auto Trait Implementations§
impl Freeze for NodeMask
impl RefUnwindSafe for NodeMask
impl Send for NodeMask
impl Sync for NodeMask
impl Unpin for NodeMask
impl UnwindSafe for NodeMask
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