[][src]Trait embedded_graphics::drawable::Drawable

pub trait Drawable { }

Marks an object as "drawable". Must be implemented for all graphics objects

Implementors

impl<'a, C> Drawable for Image16BPP<'a, C> where
    C: PixelColor
[src]

impl<'a, C> Drawable for Image1BPP<'a, C>[src]

impl<'a, C> Drawable for Image8BPP<'a, C> where
    C: PixelColor
[src]

impl<'a, C> Drawable for ImageBmp<'a, C> where
    C: PixelColor
[src]

impl<'a, C, Conf> Drawable for FontBuilder<'a, C, Conf> where
    C: PixelColor
[src]

impl<C> Drawable for Circle<C> where
    C: PixelColor
[src]

impl<C> Drawable for Line<C> where
    C: PixelColor
[src]

impl<C> Drawable for Rect<C> where
    C: PixelColor
[src]

Loading content...