vizia_core::vg::svgType Alias LengthUnit
pub type LengthUnit = SkSVGLength_Unit;
enum LengthUnit {
Unknown = 0,
Number = 1,
Percentage = 2,
EMS = 3,
EXS = 4,
PX = 5,
CM = 6,
MM = 7,
IN = 8,
PT = 9,
PC = 10,
}
Trait Implementations
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
Tests for self
and other
values to be equal, and is used by ==
.
Tests for !=
. The default implementation is almost always sufficient,
and should not be overridden without very good reason.