Structsยง
- BoxSlot
- DOMLayout
Data - A wrapper for
InnerDOMLayoutData. 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. - InnerDOM
Layout Data - The data that is stored in each DOM node that is used by layout.
- Pseudo
Layout Data
Enumsยง
- Layout
Box ๐ - A box that is stored in one of the
DOMLayoutDataslots. - Weak
Layout ๐Box
Traitsยง
- NodeExt ๐