pub type RefSlice<'a, B> = BaseSlice<&'a B>;
Available on crate feature
backend-bitmap
only.Expand description
A BitmapSlice
implementation that wraps a reference to a Bitmap
object.
Aliased Typeยง
pub struct RefSlice<'a, B> { /* private fields */ }