Module layout_2013::data
source · Structs§
- Data that layout associates with a node.
- A wrapper for
InnerLayoutData
. This is necessary to give the entire data structure interior mutability, as we will need to mutate the layout data of non-mutable DOM nodes.