pub type RefSlice<'a, B> = BaseSlice<&'a B>;
A BitmapSlice implementation that wraps a reference to a Bitmap object.
BitmapSlice
Bitmap
struct RefSlice<'a, B> { /* private fields */ }