Module measurement

Module measurement 

Source

Structs§

ContentSize
A node with a ContentSize component is a node where its size is based on its content.
FixedMeasure
A FixedMeasure is a Measure that ignores all constraints and always returns the same size.
MeasureArgs

Enums§

AvailableSpace
The amount of space available to a node in a given axis https://www.w3.org/TR/css-sizing-3/#available
NodeMeasure
A type to serve as Taffy’s node context (which allows the content size of leaf nodes to be computed)

Traits§

Measure
A Measure is used to compute the size of a ui node when the size of that node is based on its content.