Trait PixelWord

Source
pub trait PixelWord: Copy { }
Expand description

A word type for the display memory buffer

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.

Implementations on Foreign Types§

Source§

impl PixelWord for u8

Source§

impl PixelWord for u16

Source§

impl PixelWord for u32

Implementors§