Trait crabgrab::feature::bitmap::BitmapDataChroma

source ·
pub trait BitmapDataChroma: Sized + AsRef<[[u8; 2]]> { }
Expand description

Bitmap data in the CbCr Chroma/u8x2 format

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: Sized + AsRef<[[u8; 2]]> + AsMut<[[u8; 2]]>> BitmapDataChroma for T