Trait crabgrab::feature::bitmap::BitmapDataBgra8x4

source ·
pub trait BitmapDataBgra8x4: Sized + AsRef<[[u8; 4]]> + AsMut<[[u8; 4]]> { }
Expand description

Bitmap data in the Bgra8888 format

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: Sized + AsRef<[[u8; 4]]> + AsMut<[[u8; 4]]>> BitmapDataBgra8x4 for T