pub trait PixelWord: Copy { }
Expand description

A word type for the display memory buffer

Object Safety§

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§