[][src]Module embedded_layout::prelude

The essentials. Also contains most of embedded-graphics' prelude.

Re-exports

pub use crate::align::horizontal;
pub use crate::align::vertical;
pub use crate::align::Align;
pub use crate::View;

Structs

Pixel

A single pixel.

Point

2D point.

Size

2D size.

Traits

DisplayArea

Helper trait to retrieve display area as a Rectangle.

Drawable

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

Font

Monospaced bitmap font.

GrayColor

Grayscale color.

ImageDimensions

A trait to get the dimensions of an image.

IntoPixelIter

Conversion into an iterator over the pixels of the image.

IntoStorage

Convert a PixelColor into its underlying storage type

PixelColor

Pixel color trait.

Primitive

Primitive trait

RawData

Trait implemented by all RawUx types.

RectExt

The trait that describes the extension methods.

RgbColor

RGB color.