Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement basic traits for
AspectRatio
(#12840)
# Objective `AspectRatio` is a newtype of `f32`, so it can implement basic traits; `Copy`, `Clone`, `Debug`, `PartialEq` and `PartialOrd`. ## Solution Derive basic traits for `AspectRatio`.
- Loading branch information