Expand description
Fondamental traits
Re-exports§
pub use crate::anchor::Aabb;pub use crate::anchor::AabbPoint;pub use crate::anchor::Locate;pub use transform::*;
Modules§
- transform
- Transform related traits
Macros§
Traits§
- Align
Slice - Align a slice of items
- Alignable
- A trait for aligning two items
- Arrange
Slice - A trait for arranging operations.
- Color
- A trait for items that have both fill color and stroke color
- Discard
- A trait for discarding a value.
- Empty
- A trait for items that can be empty
- Fill
Color - A trait for items that have fill color
- Interpolatable
- A trait for interpolating to values
- Opacity
- A trait for items with opacity
- Partial
- A trait for items that can be displayed partially
- Points
Func - A trait for items that can apply points function.
- Stroke
Color - A trait for items that have stroke color
- Stroke
Width - A trait for items have stroke width
- With
- A trait for mutating a value in place.