IntoLCDColor

Trait IntoLCDColor 

Source
pub trait IntoLCDColor {
    // Required method
    fn into_color(self) -> usize;
}

Required Methods§

Source

fn into_color(self) -> usize

Implementations on Foreign Types§

Source§

impl IntoLCDColor for LCDSolidColor

Source§

fn into_color(self) -> usize

Source§

impl<'t> IntoLCDColor for &'t [u8; 16]
where usize: 't,

Source§

fn into_color(self) -> usize

Implementors§