Trait hwlocality::bitmap::OwnedBitmap

source ·
pub unsafe trait OwnedBitmap: Borrow<Bitmap> + BorrowMut<Bitmap> + Clone + Debug + Display + From<Bitmap> + Into<Bitmap> + PartialEq + Sealed + 'static { }
Expand description

A Bitmap or a specialized form thereof (CpuSet, NodeSet…)

This type cannot be implemented outside of this crate as it relies on hwlocality implementation details. It is only meant to be used in the signature of generic methods that accept the aforementioned set of types and then go on to process them homogeneously.

Object Safety§

This trait is not object safe.

Implementors§