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
DOMLayoutData
slots.
Traits§
- NodeExt 🔒