Expand description
Basic geometry primitives (LayoutPoint, LayoutSize, LayoutRect) for
layout calculations, using isize coordinates (as opposed to the f32-based
logical coordinates in core::geom).
Structs§
- Layout
Point - Only used for calculations: Point coordinate (x, y) in layout space.
- Layout
Rect - Only used for calculations: Rectangle (x, y, width, height) in layout space.
- Layout
Rect Vec - Layout
Rect VecSlice - C-compatible slice type for $struct_name. This is a non-owning view into a Vec’s data.
- Layout
Size - Only used for calculations: Size (width, height) in layout space.