Trait PixelType

Source
pub trait PixelType: BufferVecItem { }
Expand description

The pixel type trait must be able to be a BufferVec item

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<T> PixelType for T
where T: BufferVecItem,