Type Alias vm_memory::bitmap::RefSlice

source ·
pub type RefSlice<'a, B> = BaseSlice<&'a B>;
Expand description

A BitmapSlice implementation that wraps a reference to a Bitmap object.

Aliased Type§

struct RefSlice<'a, B> { /* private fields */ }