Type Alias 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.

Aliased Type§

struct ArcSlice<B> { /* private fields */ }