Module layout_2020::dom
source · Structs§
- 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. - The data that is stored in each DOM node that is used by layout.
Enums§
- A box that is stored in one of the
DOMLayoutData
slots.
Traits§
- NodeExt 🔒