[−][src]Module embedded_layout::prelude
The essentials
Re-exports
pub use crate::View; |
Modules
horizontal | Horizontal alignment options |
vertical | Vertical alignment options |
Structs
Pixel | A single pixel. |
Point | 2D point. |
Size | 2D size. |
Traits
Align | This trait enables alignment operations of |
Dimensions | Adds the ability to get the dimensions/position of a graphics object |
DisplayArea | Helper trait to retrieve display area as a |
DrawTarget | Defines a display that can be used to render |
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 | Pixel color trait. |
Primitive | Primitive trait |
RawData | Trait implemented by all |
RectExt | The trait that describes the extension methods. |
RgbColor | RGB color. |
Transform | Transform operations |