Type Definition vm_memory::bitmap::ArcSlice

source · []
pub type ArcSlice<B> = BaseSlice<Arc<B>>;
Expand description

A BitmapSlice implementation that uses an Arc handle to a Bitmap object.