[][src]Trait embedded_layout::DisplayArea

pub trait DisplayArea<C>: DrawTarget<C> where
    C: PixelColor
{ fn display_area(&self) -> Rectangle; }

Helper trait to retrieve display area as a Rectangle.

Required methods

fn display_area(&self) -> Rectangle

Loading content...

Implementors

impl<C, T> DisplayArea<C> for T where
    C: PixelColor,
    T: DrawTarget<C>, 
[src]

Loading content...